public class TypeExpImpl extends OCLExpressionImpl implements TypeExp
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.
|
Type |
basicGetReferredType() |
int |
eDerivedOperationID(int baseOperationID,
Class<?> baseClass) |
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) |
Element |
getReferredElement() |
Type |
getReferredType() |
Type |
getTypeValue() |
void |
setReferredType(Type newReferredType) |
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, waitisNonNull, isNull, setTypeValue, validateTypeIsNotNullCompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic Type getReferredType()
getReferredType in interface TypeExpTypeExp.setReferredType(Type),
PivotPackage.getTypeExp_ReferredType()public Type basicGetReferredType()
public void setReferredType(Type newReferredType)
setReferredType in interface TypeExpnewReferredType - the new value of the 'Referred Type' reference.TypeExp.getReferredType()public 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 int eDerivedOperationID(int baseOperationID,
Class<?> baseClass)
public Object eInvoke(int operationID, <any> arguments) throws InvocationTargetException
eInvoke in class OCLExpressionImplInvocationTargetExceptionpublic <R> R accept(Visitor<R> visitor)
Elementpublic Element getReferredElement()
getReferredElement in interface ReferringElementpublic Type getTypeValue()
getTypeValue in interface OCLExpressiongetTypeValue in class OCLExpressionImplOCLExpression.setTypeValue(Type),
PivotPackage.getOCLExpression_TypeValue()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.