public class OperationCallExpImpl<C,O> extends FeatureCallExpImpl<C> implements OperationCallExp<C,O>
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected <any> |
argument
The cached value of the '
Argument' containment reference list. |
protected static int |
OPERATION_CODE_EDEFAULT
The default value of the '
Operation Code' attribute. |
protected O |
referredOperation
The cached value of the '
Referred Operation' reference. |
MARKED_PRE_EDEFAULT, MARKED_PRE_EFLAGPROPERTY_END_POSITION_EDEFAULT, PROPERTY_START_POSITION_EDEFAULT, propertyEndPosition, propertyStartPosition, sourceEND_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition| Modifier | Constructor and Description |
|---|---|
protected |
OperationCallExpImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
O |
basicGetReferredOperation() |
boolean |
checkArgumentCount(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
checkArgumentsConform(DiagnosticChain diagnostics,
Map<Object,Object> context) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
<any> |
getArgument() |
int |
getOperationCode() |
O |
getReferredOperation() |
void |
setOperationCode(int newOperationCode) |
void |
setReferredOperation(O newReferredOperation) |
isMarkedPre, setMarkedPre, toStringbasicSetSource, eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getPropertyEndPosition, getPropertyStartPosition, getSource, setPropertyEndPosition, setPropertyStartPosition, setSourcegetEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckArgumentCount, checkArgumentsConform, setReferredOperationisMarkedPre, setMarkedPregetName, getType, setName, setTypegetPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPositiongetEndPosition, getStartPosition, setEndPosition, setStartPositionprotected <any> argument
Argument' containment reference list.
getArgument()protected O referredOperation
Referred Operation' reference.
getReferredOperation()protected static final int OPERATION_CODE_EDEFAULT
Operation Code' attribute.
getOperationCode(),
Constant Field Valuesprotected EClass eStaticClass()
eStaticClass in class FeatureCallExpImpl<C>public <any> getArgument()
getArgument in interface OperationCallExp<C,O>ExpressionsPackage.getOperationCallExp_Argument()public O getReferredOperation()
getReferredOperation in interface OperationCallExp<C,O>OperationCallExp.setReferredOperation(Object),
ExpressionsPackage.getOperationCallExp_ReferredOperation()public O basicGetReferredOperation()
public void setReferredOperation(O newReferredOperation)
public int getOperationCode()
getOperationCode in interface OperationCallExp<C,O>OperationCallExp.setOperationCode(int),
ExpressionsPackage.getOperationCallExp_OperationCode()public void setOperationCode(int newOperationCode)
setOperationCode in interface OperationCallExp<C,O>newOperationCode - the new value of the 'Operation Code' attribute.OperationCallExp.getOperationCode()public boolean checkArgumentsConform(DiagnosticChain diagnostics,
Map<Object,Object> context)
public boolean checkArgumentCount(DiagnosticChain diagnostics,
Map<Object,Object> context)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class CallExpImpl<C>public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class FeatureCallExpImpl<C>public void eSet(int featureID,
Object newValue)
eSet in class FeatureCallExpImpl<C>public void eUnset(int featureID)
eUnset in class FeatureCallExpImpl<C>public boolean eIsSet(int featureID)
eIsSet in class FeatureCallExpImpl<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.