/** */ package org.xtext.nv.dsl.mMDSL; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Operator Compare</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.xtext.nv.dsl.mMDSL.OperatorCompare#getGreaterequal <em>Greaterequal</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.OperatorCompare#getLesserequal <em>Lesserequal</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.OperatorCompare#getGreater <em>Greater</em>}</li> * <li>{@link org.xtext.nv.dsl.mMDSL.OperatorCompare#getLesser <em>Lesser</em>}</li> * </ul> * </p> * * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getOperatorCompare() * @model * @generated */ public interface OperatorCompare extends EObject { /** * Returns the value of the '<em><b>Greaterequal</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Greaterequal</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Greaterequal</em>' attribute. * @see #setGreaterequal(String) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getOperatorCompare_Greaterequal() * @model * @generated */ String getGreaterequal(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.OperatorCompare#getGreaterequal <em>Greaterequal</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Greaterequal</em>' attribute. * @see #getGreaterequal() * @generated */ void setGreaterequal(String value); /** * Returns the value of the '<em><b>Lesserequal</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Lesserequal</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Lesserequal</em>' attribute. * @see #setLesserequal(String) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getOperatorCompare_Lesserequal() * @model * @generated */ String getLesserequal(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.OperatorCompare#getLesserequal <em>Lesserequal</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Lesserequal</em>' attribute. * @see #getLesserequal() * @generated */ void setLesserequal(String value); /** * Returns the value of the '<em><b>Greater</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Greater</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Greater</em>' attribute. * @see #setGreater(String) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getOperatorCompare_Greater() * @model * @generated */ String getGreater(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.OperatorCompare#getGreater <em>Greater</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Greater</em>' attribute. * @see #getGreater() * @generated */ void setGreater(String value); /** * Returns the value of the '<em><b>Lesser</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Lesser</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Lesser</em>' attribute. * @see #setLesser(String) * @see org.xtext.nv.dsl.mMDSL.MMDSLPackage#getOperatorCompare_Lesser() * @model * @generated */ String getLesser(); /** * Sets the value of the '{@link org.xtext.nv.dsl.mMDSL.OperatorCompare#getLesser <em>Lesser</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Lesser</em>' attribute. * @see #getLesser() * @generated */ void setLesser(String value); } // OperatorCompare