public class ShadowExpImpl extends OCLExpressionImpl implements ShadowExp
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.
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
Object |
eInvoke(int operationID,
<any> arguments) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
List<ShadowPart> |
getOwnedParts() |
Class |
getType() |
String |
getValue() |
void |
setValue(String newValue) |
String |
toString() |
boolean |
validateClassHasNoStringValueInitializer(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateDataTypeHasNoPartInitializers(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateDataTypeHasOnePartInitializer(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateDataTypeHasStringValueInitializer(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateInitializesAllClassProperties(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateTypeIsNotInvalid(DiagnosticChain diagnostics,
Map<Object,Object> context) |
getTypeValue, isNonNull, isNull, setTypeValue, validateTypeIsNotNullbasicGetType, CompatibleBody, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, eInverseAdd, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeValue, isNonNull, isNull, setTypeValue, validateTypeIsNotNullCompatibleBody, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic List<ShadowPart> getOwnedParts()
getOwnedParts in interface ShadowExpPivotPackage.getShadowExp_OwnedParts()public String getValue()
getValue in interface ShadowExpShadowExp.setValue(String),
PivotPackage.getShadowExp_Value()public void setValue(String newValue)
setValue in interface ShadowExpnewValue - the new value of the 'Value' attribute.ShadowExp.getValue()public boolean validateClassHasNoStringValueInitializer(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateClassHasNoStringValueInitializer in interface ShadowExppublic boolean validateDataTypeHasNoPartInitializers(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateDataTypeHasNoPartInitializers in interface ShadowExppublic boolean validateDataTypeHasOnePartInitializer(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateDataTypeHasOnePartInitializer in interface ShadowExppublic boolean validateDataTypeHasStringValueInitializer(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateDataTypeHasStringValueInitializer in interface ShadowExppublic boolean validateInitializesAllClassProperties(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateInitializesAllClassProperties in interface ShadowExppublic boolean validateTypeIsNotInvalid(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateTypeIsNotInvalid in interface ShadowExppublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ElementImplpublic 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 OCLExpressionImplInvocationTargetExceptionpublic String toString()
TypedElementImpltoString in class TypedElementImplpublic <R> R accept(Visitor<R> visitor)
Elementpublic Class getType()
TypedElementImplgetType in interface ShadowExpgetType in interface TypedElementgetType in class TypedElementImplTypedElement.setType(Type),
PivotPackage.getTypedElement_Type()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.