/** * <copyright> * </copyright> * */ package at.bestsolution.e4.jfx.xtext.jFXCss; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Url Properties</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.e4.jfx.xtext.jFXCss.UrlProperties#getProperty <em>Property</em>}</li> * <li>{@link at.bestsolution.e4.jfx.xtext.jFXCss.UrlProperties#getValues <em>Values</em>}</li> * </ul> * </p> * * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getUrlProperties() * @model * @generated */ public interface UrlProperties extends FXProperty { /** * Returns the value of the '<em><b>Property</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Property</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Property</em>' attribute. * @see #setProperty(String) * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getUrlProperties_Property() * @model * @generated */ String getProperty(); /** * Sets the value of the '{@link at.bestsolution.e4.jfx.xtext.jFXCss.UrlProperties#getProperty <em>Property</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Property</em>' attribute. * @see #getProperty() * @generated */ void setProperty(String value); /** * Returns the value of the '<em><b>Values</b></em>' containment reference list. * The list contents are of type {@link at.bestsolution.e4.jfx.xtext.jFXCss.UrlValue}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Values</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Values</em>' containment reference list. * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getUrlProperties_Values() * @model containment="true" * @generated */ EList<UrlValue> getValues(); } // UrlProperties