public abstract class FeatureCallExpImpl<C> extends CallExpImpl<C> implements FeatureCallExp<C>
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
MARKED_PRE_EDEFAULT
The default value of the '
Marked Pre' attribute. |
protected static int |
MARKED_PRE_EFLAG
The flag representing the value of the '
Marked Pre' attribute. |
PROPERTY_END_POSITION_EDEFAULT, PROPERTY_START_POSITION_EDEFAULT, propertyEndPosition, propertyStartPosition, sourceEND_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition| Modifier | Constructor and Description |
|---|---|
protected |
FeatureCallExpImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
boolean |
isMarkedPre() |
void |
setMarkedPre(boolean newMarkedPre) |
String |
toString() |
basicSetSource, eBaseStructuralFeatureID, eDerivedStructuralFeatureID, eInverseRemove, getPropertyEndPosition, getPropertyStartPosition, getSource, setPropertyEndPosition, setPropertyStartPosition, setSourceaccept, getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getType, setName, setTypegetPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPositiongetEndPosition, getStartPosition, setEndPosition, setStartPositionprotected static final boolean MARKED_PRE_EDEFAULT
Marked Pre' attribute.
isMarkedPre(),
Constant Field Valuesprotected static final int MARKED_PRE_EFLAG
Marked Pre' attribute.
isMarkedPre(),
Constant Field Valuesprotected EClass eStaticClass()
eStaticClass in class CallExpImpl<C>public boolean isMarkedPre()
isMarkedPre in interface FeatureCallExp<C>FeatureCallExp.setMarkedPre(boolean),
ExpressionsPackage.getFeatureCallExp_MarkedPre()public void setMarkedPre(boolean newMarkedPre)
setMarkedPre in interface FeatureCallExp<C>newMarkedPre - the new value of the 'Marked Pre' attribute.FeatureCallExp.isMarkedPre()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CallExpImpl<C>public void eSet(int featureID,
Object newValue)
eSet in class CallExpImpl<C>public void eUnset(int featureID)
eUnset in class CallExpImpl<C>public boolean eIsSet(int featureID)
eIsSet in class CallExpImpl<C>public String toString()
toString in class CallExpImpl<C>Copyright © 2015 Open eHealth Foundation. All rights reserved.