public class ExpressionImpl extends ValueImpl implements Expression
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
expression
The cached value of the '
Expression ' attribute. |
protected static java.lang.String |
EXPRESSION_EDEFAULT
The default value of the '
Expression ' attribute. |
synched, SYNCHED_EDEFAULT
Modifier | Constructor and Description |
---|---|
protected |
ExpressionImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getExpression() |
void |
setExpression(java.lang.String newExpression) |
java.lang.String |
toString() |
isSynched, setSynched
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isSynched, setSynched
protected static final java.lang.String EXPRESSION_EDEFAULT
Expression
' attribute.
getExpression()
protected java.lang.String expression
Expression
' attribute.
getExpression()
protected EClass eStaticClass()
eStaticClass
in class ValueImpl
public java.lang.String getExpression()
getExpression
in interface Expression
Expression.setExpression(String)
,
ValuesPackage.getExpression_Expression()
public void setExpression(java.lang.String newExpression)
setExpression
in interface Expression
newExpression
- the new value of the 'Expression' attribute.Expression.getExpression()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)