public class EnumLiteralExpImpl extends LiteralExpImpl implements EnumLiteralExp
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
EnumerationLiteral |
basicGetReferredLiteral() |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
Object |
eInvoke(int operationID,
<any> arguments) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
EnumerationLiteral |
getReferredLiteral() |
void |
setReferredLiteral(EnumerationLiteral newReferredLiteral) |
boolean |
validateTypeIsEnumerationType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
getTypeValue, isNonNull, isNull, setTypeValue, validateTypeIsNotNullbasicGetType, CompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setType, toStringgetName, setNameallOwnedElements, eInverseAdd, eInverseRemove, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeValue, isNonNull, isNull, setTypeValue, validateTypeIsNotNullCompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic EnumerationLiteral getReferredLiteral()
getReferredLiteral in interface EnumLiteralExpEnumLiteralExp.setReferredLiteral(EnumerationLiteral),
PivotPackage.getEnumLiteralExp_ReferredLiteral()public EnumerationLiteral basicGetReferredLiteral()
public void setReferredLiteral(EnumerationLiteral newReferredLiteral)
setReferredLiteral in interface EnumLiteralExpnewReferredLiteral - the new value of the 'Referred Literal' reference.EnumLiteralExp.getReferredLiteral()public boolean validateTypeIsEnumerationType(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateTypeIsEnumerationType in interface EnumLiteralExppublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class OCLExpressionImplpublic void eSet(int featureID,
Object newValue)
eSet in class OCLExpressionImplpublic void eUnset(int featureID)
eUnset in class OCLExpressionImplpublic boolean eIsSet(int featureID)
eIsSet in class OCLExpressionImplpublic Object eInvoke(int operationID, <any> arguments) throws InvocationTargetException
eInvoke in class OCLExpressionImplInvocationTargetExceptionCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.