public class StateExpImpl<C,S> extends OCLExpressionImpl<C> implements StateExp<C,S>
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected S |
referredState
The cached value of the '
Referred State' reference. |
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition| Modifier | Constructor and Description |
|---|---|
protected |
StateExpImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
S |
basicGetReferredState() |
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) |
S |
getReferredState() |
void |
setReferredState(S newReferredState) |
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetReferredStategetName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionprotected S referredState
Referred State' reference.
getReferredState()protected EClass eStaticClass()
eStaticClass in class OCLExpressionImpl<C>public S getReferredState()
getReferredState in interface StateExp<C,S>StateExp.setReferredState(Object),
ExpressionsPackage.getStateExp_ReferredState()public S basicGetReferredState()
public void setReferredState(S newReferredState)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class OCLExpressionImpl<C>public void eSet(int featureID,
Object newValue)
eSet in class OCLExpressionImpl<C>public void eUnset(int featureID)
eUnset in class OCLExpressionImpl<C>public boolean eIsSet(int featureID)
eIsSet in class OCLExpressionImpl<C>public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
OCLExpressionImplaccept in interface Visitableaccept in class OCLExpressionImpl<C>Copyright © 2015 Open eHealth Foundation. All rights reserved.