/** */ package rba.core; /** * * A representation of the model object 'Content Value'. * * * * * * * * @see rba.core.RBACorePackage#getContentValue() * @model * @generated */ public interface ContentValue extends AllocatableOperator { /** * * * * @Override * * @model kind="operation" * annotation="http://www.eclipse.org/emf/2002/GenModel body='return \".contentValue()\";'" * @generated */ String getSymbol(); /** * * * * @Override * * @model kind="operation" * annotation="http://www.eclipse.org/emf/2002/GenModel body='return ExpressionType.VALUE;'" * @generated */ ExpressionType getUnderlyingType(); } // ContentValue