public class CGEcoreDataTypeShadowExpImpl extends CGShadowExpImpl implements CGEcoreDataTypeShadowExp
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.
|
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.
|
EDataType |
getEDataType() |
boolean |
isBoxed()
Return true if this value is a boxed value.
|
boolean |
isEcore()
Return true if this value is an Ecore value.
|
Boolean |
isEquivalentToInternal(CGValuedElement thatValue)
Provided that thatValue does not delegate its equivalence computation, return true/false if this value can be determined to have deep value equivalence/inequivalence to thatValue, null if no determination can be made.
|
void |
setEDataType(EDataType newEDataType) |
eInverseAdd, eInverseRemove, getExecutorType, getInvalidValue, getParts, getThisValue, isCommonable, isConstant, isGlobal, isNonInvalid, isNonNull, isNull, isUnboxed, rewriteAs, setExecutorTypegetDependsOn, getNamedValue, getOwns, getPlace, getReferredValue, getSourceValue, getTypedValue, getValueName, isAssertedNonNull, isCaught, isContext, isEquivalentTo, isFalse, isInlined, isInvalid, isSettable, isTrue, isUncommonable, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeId, toStringgetAst, getName, setAst, setNameeBasicSetContainer, getChildren, getParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExecutorType, getParts, setExecutorTypegetDependsOn, getInvalidValue, getNamedValue, getOwns, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isCaught, isCommonable, isConstant, isEquivalentTo, isFalse, isGlobal, isInlined, isInvalid, isNonInvalid, isNonNull, isNull, isSettable, isTrue, isUnboxed, isUncommonable, setCaught, setValueNamegetASTypeId, getTypeId, isRequired, setRequired, setTypeIdgetAst, getName, setAst, setNamepublic EDataType getEDataType()
getEDataType in interface CGEcoreDataTypeShadowExpCGEcoreDataTypeShadowExp.setEDataType(EDataType),
CGModelPackage.getCGEcoreDataTypeShadowExp_EDataType()public void setEDataType(EDataType newEDataType)
setEDataType in interface CGEcoreDataTypeShadowExpnewEDataType - the new value of the 'EData Type' reference.CGEcoreDataTypeShadowExp.getEDataType()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CGShadowExpImplpublic void eSet(int featureID,
Object newValue)
eSet in class CGShadowExpImplpublic void eUnset(int featureID)
eUnset in class CGShadowExpImplpublic boolean eIsSet(int featureID)
eIsSet in class CGShadowExpImplpublic <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 CGShadowExpImplpublic boolean isEcore()
isEcore in interface CGValuedElementisEcore in class CGShadowExpImplpublic Boolean isEquivalentToInternal(CGValuedElement thatValue)
isEquivalentToInternal in interface CGValuedElementCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.