/** * <copyright> * </copyright> * */ package at.bestsolution.e4.jfx.xtext.jFXCss; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Url Value</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.e4.jfx.xtext.jFXCss.UrlValue#getAddress <em>Address</em>}</li> * </ul> * </p> * * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getUrlValue() * @model * @generated */ public interface UrlValue extends EObject { /** * Returns the value of the '<em><b>Address</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Address</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Address</em>' containment reference. * @see #setAddress(AddressValue) * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getUrlValue_Address() * @model containment="true" * @generated */ AddressValue getAddress(); /** * Sets the value of the '{@link at.bestsolution.e4.jfx.xtext.jFXCss.UrlValue#getAddress <em>Address</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Address</em>' containment reference. * @see #getAddress() * @generated */ void setAddress(AddressValue value); } // UrlValue