public interface ShadowExp extends OCLExpression
PivotPackage.getShadowExp()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
List<ShadowPart> |
getOwnedParts()
Returns the value of the 'Owned Parts' containment reference list.
|
Class |
getType()
Returns the value of the 'Type' reference.
|
String |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setValue(String value)
Sets the value of the '
Value' attribute. |
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, validateTypeIsNotNullCompatibleBody, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueList<ShadowPart> getOwnedParts()
ShadowPart.
If the meaning of the 'Part' containment reference list isn't clear, there really should be more of a description here...
PivotPackage.getShadowExp_OwnedParts()String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String),
PivotPackage.getShadowExp_Value()void setValue(String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()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)
Class getType()
TypedElementgetType in interface TypedElementTypedElement.setType(Type),
PivotPackage.getTypedElement_Type()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.