public class TypeExpImpl<C> extends OCLExpressionImpl<C> implements TypeExp<C>
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected C |
referredType
The cached value of the '
Referred Type' reference. |
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition| Modifier | Constructor and Description |
|---|---|
protected |
TypeExpImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
C |
basicGetReferredType() |
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) |
C |
getReferredType() |
void |
setReferredType(C newReferredType) |
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetReferredTypegetName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionprotected C referredType
Referred Type' reference.
getReferredType()protected EClass eStaticClass()
eStaticClass in class OCLExpressionImpl<C>public C getReferredType()
getReferredType in interface TypeExp<C>TypeExp.setReferredType(Object),
ExpressionsPackage.getTypeExp_ReferredType()public C basicGetReferredType()
public void setReferredType(C newReferredType)
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.