public class EnumLiteralExpImpl<C,EL> extends LiteralExpImpl<C> implements EnumLiteralExp<C,EL>
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected EL |
referredEnumLiteral
The cached value of the '
Referred Enum Literal' reference. |
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition| Modifier | Constructor and Description |
|---|---|
protected |
EnumLiteralExpImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
EL |
basicGetReferredEnumLiteral() |
boolean |
checkEnumType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
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) |
EL |
getReferredEnumLiteral() |
void |
setReferredEnumLiteral(EL newReferredEnumLiteral) |
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckEnumType, setReferredEnumLiteralgetName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionprotected EL referredEnumLiteral
Referred Enum Literal' reference.
getReferredEnumLiteral()protected EClass eStaticClass()
eStaticClass in class LiteralExpImpl<C>public EL getReferredEnumLiteral()
getReferredEnumLiteral in interface EnumLiteralExp<C,EL>EnumLiteralExp.setReferredEnumLiteral(Object),
ExpressionsPackage.getEnumLiteralExp_ReferredEnumLiteral()public EL basicGetReferredEnumLiteral()
public void setReferredEnumLiteral(EL newReferredEnumLiteral)
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.