public interface ShadowPart extends TypedElement
PivotPackage.getShadowPart()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
OCLExpression |
getOwnedInit()
Returns the value of the 'Owned Init' containment reference.
|
Property |
getReferredProperty()
Returns the value of the 'Referred Property' reference.
|
void |
setOwnedInit(OCLExpression value)
Sets the value of the '
Owned Init' containment reference. |
void |
setReferredProperty(Property value)
Sets the value of the '
Referred Property' reference. |
boolean |
validateCompatibleInitialiserType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateTypeIsNotInvalid(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateTypeIsNotNull(DiagnosticChain diagnostics,
Map<Object,Object> context) |
CompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueProperty getReferredProperty()
If the meaning of the 'Referred Property' reference isn't clear, there really should be more of a description here...
setReferredProperty(Property),
PivotPackage.getShadowPart_ReferredProperty()void setReferredProperty(Property value)
Referred Property' reference.
value - the new value of the 'Referred Property' reference.getReferredProperty()boolean validateCompatibleInitialiserType(DiagnosticChain diagnostics,
Map<Object,Object> context)
boolean validateTypeIsNotInvalid(DiagnosticChain diagnostics,
Map<Object,Object> context)
boolean validateTypeIsNotNull(DiagnosticChain diagnostics,
Map<Object,Object> context)
OCLExpression getOwnedInit()
If the meaning of the 'Init Expression' containment reference isn't clear, there really should be more of a description here...
setOwnedInit(OCLExpression),
PivotPackage.getShadowPart_OwnedInit()void setOwnedInit(OCLExpression value)
Owned Init' containment reference.
value - the new value of the 'Owned Init' containment reference.getOwnedInit()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.