public class CoreExpressionImpl extends ExpressionImpl implements MCoreExpression
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.Object |
CORE_EXPRESSION_EDEFAULT
The default value of the '
Core Expression' attribute |
protected static java.lang.String |
CORE_EXPRESSION_ID_EDEFAULT
The default value of the '
Core Expression Id' attribute |
protected java.lang.Object |
coreExpression
The cached value of the '
Core Expression' attribute |
protected java.lang.String |
coreExpressionId
The cached value of the '
Core Expression Id' attribute |
CONTRIBUTOR_URI_EDEFAULT, contributorURI, ELEMENT_ID_EDEFAULT, elementId, persistedState, tags, transientData| Modifier | Constructor and Description |
|---|---|
protected |
CoreExpressionImpl() |
| 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.Object |
getCoreExpression() |
java.lang.String |
getCoreExpressionId() |
void |
setCoreExpression(java.lang.Object newCoreExpression) |
void |
setCoreExpressionId(java.lang.String newCoreExpressionId) |
java.lang.String |
toString() |
eInverseRemove, getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdprotected static final java.lang.String CORE_EXPRESSION_ID_EDEFAULT
Core Expression Id' attribute.
getCoreExpressionId(),
Constant Field Valuesprotected java.lang.String coreExpressionId
Core Expression Id' attribute.
getCoreExpressionId()protected static final java.lang.Object CORE_EXPRESSION_EDEFAULT
Core Expression' attribute.
getCoreExpression()protected java.lang.Object coreExpression
Core Expression' attribute.
getCoreExpression()protected EClass eStaticClass()
eStaticClass in class ExpressionImplpublic java.lang.String getCoreExpressionId()
getCoreExpressionId in interface MCoreExpressionMCoreExpression.setCoreExpressionId(String)public void setCoreExpressionId(java.lang.String newCoreExpressionId)
setCoreExpressionId in interface MCoreExpressionnewCoreExpressionId - the new value of the 'Core Expression Id' attribute.MCoreExpression.getCoreExpressionId()public java.lang.Object getCoreExpression()
getCoreExpression in interface MCoreExpressionMCoreExpression.setCoreExpression(Object)public void setCoreExpression(java.lang.Object newCoreExpression)
setCoreExpression in interface MCoreExpressionnewCoreExpression - the new value of the 'Core Expression' attribute.MCoreExpression.getCoreExpression()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class ApplicationElementImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class ApplicationElementImplpublic void eUnset(int featureID)
eUnset in class ApplicationElementImplpublic boolean eIsSet(int featureID)
eIsSet in class ApplicationElementImplpublic java.lang.String toString()
toString in class ApplicationElementImpl