/** * <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>Repeat Style Value</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.e4.jfx.xtext.jFXCss.RepeatStyleValue#getV <em>V</em>}</li> * <li>{@link at.bestsolution.e4.jfx.xtext.jFXCss.RepeatStyleValue#getV2 <em>V2</em>}</li> * </ul> * </p> * * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getRepeatStyleValue() * @model * @generated */ public interface RepeatStyleValue extends EObject { /** * Returns the value of the '<em><b>V</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>V</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>V</em>' attribute. * @see #setV(String) * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getRepeatStyleValue_V() * @model * @generated */ String getV(); /** * Sets the value of the '{@link at.bestsolution.e4.jfx.xtext.jFXCss.RepeatStyleValue#getV <em>V</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>V</em>' attribute. * @see #getV() * @generated */ void setV(String value); /** * Returns the value of the '<em><b>V2</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>V2</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>V2</em>' attribute. * @see #setV2(String) * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getRepeatStyleValue_V2() * @model * @generated */ String getV2(); /** * Sets the value of the '{@link at.bestsolution.e4.jfx.xtext.jFXCss.RepeatStyleValue#getV2 <em>V2</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>V2</em>' attribute. * @see #getV2() * @generated */ void setV2(String value); } // RepeatStyleValue