public class LetExpImpl extends OCLExpressionImpl implements LetExp
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.
|
NotificationChain |
basicSetOwnedIn(OCLExpression newOwnedIn,
NotificationChain msgs) |
NotificationChain |
basicSetOwnedVariable(Variable newOwnedVariable,
NotificationChain msgs) |
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) |
OCLExpression |
getOwnedIn() |
Variable |
getOwnedVariable() |
void |
setOwnedIn(OCLExpression newOwnedIn) |
void |
setOwnedVariable(Variable newOwnedVariable) |
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, validateTypeIsNotNullbasicGetType, CompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setType, toStringgetName, 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, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic OCLExpression getOwnedIn()
getOwnedIn in interface LetExpLetExp.setOwnedIn(OCLExpression),
PivotPackage.getLetExp_OwnedIn()public NotificationChain basicSetOwnedIn(OCLExpression newOwnedIn, NotificationChain msgs)
public void setOwnedIn(OCLExpression newOwnedIn)
setOwnedIn in interface LetExpnewOwnedIn - the new value of the 'Owned In' containment reference.LetExp.getOwnedIn()public Variable getOwnedVariable()
getOwnedVariable in interface LetExpLetExp.setOwnedVariable(Variable),
PivotPackage.getLetExp_OwnedVariable()public NotificationChain basicSetOwnedVariable(Variable newOwnedVariable, NotificationChain msgs)
public void setOwnedVariable(Variable newOwnedVariable)
setOwnedVariable in interface LetExpnewOwnedVariable - the new value of the 'Owned Variable' containment reference.LetExp.getOwnedVariable()public boolean validateCompatibleNullityForIn(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateCompatibleNullityForIn in interface LetExppublic boolean validateTypeIsInType(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateTypeIsInType in interface LetExppublic boolean validateTypeIsNotInvalid(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateTypeIsNotInvalid in interface LetExppublic 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 OCLExpressionImplInvocationTargetExceptionCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.