/** * <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>Bg Position Value</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.e4.jfx.xtext.jFXCss.BgPositionValue#getAbsx <em>Absx</em>}</li> * <li>{@link at.bestsolution.e4.jfx.xtext.jFXCss.BgPositionValue#getRelx <em>Relx</em>}</li> * <li>{@link at.bestsolution.e4.jfx.xtext.jFXCss.BgPositionValue#getAbsy <em>Absy</em>}</li> * <li>{@link at.bestsolution.e4.jfx.xtext.jFXCss.BgPositionValue#getRely <em>Rely</em>}</li> * </ul> * </p> * * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getBgPositionValue() * @model * @generated */ public interface BgPositionValue extends EObject { /** * Returns the value of the '<em><b>Absx</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Absx</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>Absx</em>' containment reference. * @see #setAbsx(SizeValue) * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getBgPositionValue_Absx() * @model containment="true" * @generated */ SizeValue getAbsx(); /** * Sets the value of the '{@link at.bestsolution.e4.jfx.xtext.jFXCss.BgPositionValue#getAbsx <em>Absx</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Absx</em>' containment reference. * @see #getAbsx() * @generated */ void setAbsx(SizeValue value); /** * Returns the value of the '<em><b>Relx</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Relx</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Relx</em>' attribute. * @see #setRelx(String) * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getBgPositionValue_Relx() * @model * @generated */ String getRelx(); /** * Sets the value of the '{@link at.bestsolution.e4.jfx.xtext.jFXCss.BgPositionValue#getRelx <em>Relx</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Relx</em>' attribute. * @see #getRelx() * @generated */ void setRelx(String value); /** * Returns the value of the '<em><b>Absy</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Absy</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>Absy</em>' containment reference. * @see #setAbsy(SizeValue) * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getBgPositionValue_Absy() * @model containment="true" * @generated */ SizeValue getAbsy(); /** * Sets the value of the '{@link at.bestsolution.e4.jfx.xtext.jFXCss.BgPositionValue#getAbsy <em>Absy</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Absy</em>' containment reference. * @see #getAbsy() * @generated */ void setAbsy(SizeValue value); /** * Returns the value of the '<em><b>Rely</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Rely</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Rely</em>' attribute. * @see #setRely(String) * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getBgPositionValue_Rely() * @model * @generated */ String getRely(); /** * Sets the value of the '{@link at.bestsolution.e4.jfx.xtext.jFXCss.BgPositionValue#getRely <em>Rely</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Rely</em>' attribute. * @see #getRely() * @generated */ void setRely(String value); } // BgPositionValue