/** */ package rba.core; /** * * A representation of the model object 'Standard Value'. * * * * * * * * @see rba.core.RBACorePackage#getStandardValue() * @model * @generated */ public interface StandardValue extends ValueExpression { /** * * * * @Override * * @model kind="operation" * annotation="http://www.eclipse.org/emf/2002/GenModel body='return \"STANDARD\";'" * @generated */ String getExpressionText(); /** * * * * @Override * * @model kind="operation" required="true" * annotation="http://www.eclipse.org/emf/2002/GenModel body='return 10;'" * @generated */ int getExpressionValue(); } // StandardValue