public class CGEcoreOperationImpl extends CGOperationImpl implements CGEcoreOperation
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(CGModelVisitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
EOperation |
basicGetEOperation() |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
EClassifier |
getEcoreClassifier()
Return a non-null EClassifier if this value has a known EClassifier to define its instance class.
|
EOperation |
getEOperation() |
boolean |
isBoxed()
Return true if this value is a boxed value.
|
boolean |
isEcore()
Return true if this value is an Ecore value.
|
boolean |
isUnboxed()
Return true if this value is an unboxed value.
|
void |
setEOperation(EOperation newEOperation) |
basicSetContainingClass, eBasicRemoveFromContainerFeature, eInverseAdd, eInverseRemove, getContainingClass, getPostconditions, getPreconditions, setContainingClassbasicSetBody, getBody, getParameters, getPlace, isContext, isEquivalentToInternal, setBodygetDependsOn, getInvalidValue, getNamedValue, getOwns, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isCaught, isCommonable, isConstant, isEquivalentTo, isFalse, isGlobal, isInlined, isInvalid, isNonInvalid, isNonNull, isNull, isSettable, isTrue, isUncommonable, rewriteAs, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeId, toStringgetAst, getName, setAst, setNameeBasicSetContainer, getChildren, getParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContainingClass, getPostconditions, getPreconditions, setContainingClassgetBody, getParameters, setBodygetDependsOn, getInvalidValue, getNamedValue, getOwns, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isCaught, isCommonable, isConstant, isEquivalentTo, isEquivalentToInternal, isFalse, isGlobal, isInlined, isInvalid, isNonInvalid, isNonNull, isNull, isSettable, isTrue, isUncommonable, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNamepublic EOperation getEOperation()
getEOperation in interface CGEcoreOperationCGEcoreOperation.setEOperation(EOperation),
CGModelPackage.getCGEcoreOperation_EOperation()public EOperation basicGetEOperation()
public void setEOperation(EOperation newEOperation)
setEOperation in interface CGEcoreOperationnewEOperation - the new value of the 'EOperation' reference.CGEcoreOperation.getEOperation()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CGOperationImplpublic void eSet(int featureID,
Object newValue)
eSet in class CGOperationImplpublic void eUnset(int featureID)
eUnset in class CGOperationImplpublic boolean eIsSet(int featureID)
eIsSet in class CGOperationImplpublic <R> R accept(CGModelVisitor<R> visitor)
accept in interface CGElementaccept in class CGElementImplpublic EClassifier getEcoreClassifier()
getEcoreClassifier in interface CGValuedElementgetEcoreClassifier in class CGValuedElementImplpublic boolean isBoxed()
isBoxed in interface CGValuedElementisBoxed in class CGValuedElementImplpublic boolean isEcore()
isEcore in interface CGValuedElementisEcore in class CGValuedElementImplpublic boolean isUnboxed()
isUnboxed in interface CGValuedElementisUnboxed in class CGValuedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.