public class IfThenExpCSImpl extends ExpCSImpl implements IfThenExpCS
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(BaseCSVisitor<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 |
basicSetOwnedCondition(ExpCS newOwnedCondition,
NotificationChain msgs) |
NotificationChain |
basicSetOwnedThenExpression(ExpCS newOwnedThenExpression,
NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
ExpCS |
getOwnedCondition() |
ExpCS |
getOwnedThenExpression() |
void |
setOwnedCondition(ExpCS newOwnedCondition) |
void |
setOwnedThenExpression(ExpCS newOwnedThenExpression) |
getLocalLeft, getLocalLeftContainer, getLocalLeftmostDescendant, getLocalParent, getLocalRight, getLocalRightContainer, getLocalRightmostDescendant, getParent, getPrecedence, isHasError, isLocalLeftAncestorOf, isLocalRightAncestorOf, resetPivot, setHasError, setPrecedence, toStringgetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotgetCsi, getDescription, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocalLeft, getLocalLeftContainer, getLocalLeftmostDescendant, getLocalParent, getLocalRight, getLocalRightContainer, getLocalRightmostDescendant, getPrecedence, isHasError, isLocalLeftAncestorOf, isLocalRightAncestorOf, setHasError, setPrecedencegetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotgetCsi, getDescription, getParent, setCsieClassresetPivotpublic ExpCS getOwnedCondition()
getOwnedCondition in interface IfThenExpCSIfThenExpCS.setOwnedCondition(ExpCS),
EssentialOCLCSPackage.getIfThenExpCS_OwnedCondition()public NotificationChain basicSetOwnedCondition(ExpCS newOwnedCondition, NotificationChain msgs)
public void setOwnedCondition(ExpCS newOwnedCondition)
setOwnedCondition in interface IfThenExpCSnewOwnedCondition - the new value of the 'Owned Condition' containment reference.IfThenExpCS.getOwnedCondition()public ExpCS getOwnedThenExpression()
getOwnedThenExpression in interface IfThenExpCSIfThenExpCS.setOwnedThenExpression(ExpCS),
EssentialOCLCSPackage.getIfThenExpCS_OwnedThenExpression()public NotificationChain basicSetOwnedThenExpression(ExpCS newOwnedThenExpression, NotificationChain msgs)
public void setOwnedThenExpression(ExpCS newOwnedThenExpression)
setOwnedThenExpression in interface IfThenExpCSnewOwnedThenExpression - the new value of the 'Owned Then Expression' containment reference.IfThenExpCS.getOwnedThenExpression()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ModelElementCSImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID,
Object newValue)
public <R> R accept(BaseCSVisitor<R> visitor)
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.