public interface LetExp extends OCLExpression
PivotPackage.getLetExp()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
OCLExpression |
getOwnedIn()
Returns the value of the 'Owned In' containment reference.
|
Variable |
getOwnedVariable()
Returns the value of the 'Owned Variable' containment reference.
|
void |
setOwnedIn(OCLExpression value)
Sets the value of the '
Owned In' containment reference. |
void |
setOwnedVariable(Variable value)
Sets the value of the '
Owned Variable' containment reference. |
boolean |
validateCompatibleNullityForIn(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateTypeIsInType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateTypeIsNotInvalid(DiagnosticChain diagnostics,
Map<Object,Object> context) |
getTypeValue, isNonNull, isNull, setTypeValue, validateTypeIsNotNullCompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueOCLExpression getOwnedIn()
If the meaning of the 'In' containment reference isn't clear, there really should be more of a description here...
setOwnedIn(OCLExpression),
PivotPackage.getLetExp_OwnedIn()void setOwnedIn(OCLExpression value)
Owned In' containment reference.
value - the new value of the 'Owned In' containment reference.getOwnedIn()Variable getOwnedVariable()
If the meaning of the 'Variable' containment reference isn't clear, there really should be more of a description here...
setOwnedVariable(Variable),
PivotPackage.getLetExp_OwnedVariable()void setOwnedVariable(Variable value)
Owned Variable' containment reference.
value - the new value of the 'Owned Variable' containment reference.getOwnedVariable()boolean validateCompatibleNullityForIn(DiagnosticChain diagnostics,
Map<Object,Object> context)
boolean validateTypeIsInType(DiagnosticChain diagnostics,
Map<Object,Object> context)
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.