public class IfExpCSImpl extends ExpCSImpl implements IfExpCS
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 |
basicSetOwnedElseExpression(ExpCS newOwnedElseExpression,
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 |
getOwnedElseExpression() |
<any> |
getOwnedIfThenExpressions() |
ExpCS |
getOwnedThenExpression() |
boolean |
isIsImplicit() |
void |
setIsImplicit(boolean newIsImplicit) |
void |
setOwnedCondition(ExpCS newOwnedCondition) |
void |
setOwnedElseExpression(ExpCS newOwnedElseExpression) |
void |
setOwnedThenExpression(ExpCS newOwnedThenExpression) |
String |
toString() |
getLocalLeft, getLocalLeftContainer, getLocalLeftmostDescendant, getLocalParent, getLocalRight, getLocalRightContainer, getLocalRightmostDescendant, getParent, getPrecedence, isHasError, isLocalLeftAncestorOf, isLocalRightAncestorOf, resetPivot, setHasError, setPrecedencegetOriginalXmiId, 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 IfExpCSIfExpCS.setOwnedCondition(ExpCS),
EssentialOCLCSPackage.getIfExpCS_OwnedCondition()public NotificationChain basicSetOwnedCondition(ExpCS newOwnedCondition, NotificationChain msgs)
public void setOwnedCondition(ExpCS newOwnedCondition)
setOwnedCondition in interface IfExpCSnewOwnedCondition - the new value of the 'Owned Condition' containment reference.IfExpCS.getOwnedCondition()public ExpCS getOwnedThenExpression()
getOwnedThenExpression in interface IfExpCSIfExpCS.setOwnedThenExpression(ExpCS),
EssentialOCLCSPackage.getIfExpCS_OwnedThenExpression()public NotificationChain basicSetOwnedThenExpression(ExpCS newOwnedThenExpression, NotificationChain msgs)
public void setOwnedThenExpression(ExpCS newOwnedThenExpression)
setOwnedThenExpression in interface IfExpCSnewOwnedThenExpression - the new value of the 'Owned Then Expression' containment reference.IfExpCS.getOwnedThenExpression()public <any> getOwnedIfThenExpressions()
getOwnedIfThenExpressions in interface IfExpCSEssentialOCLCSPackage.getIfExpCS_OwnedIfThenExpressions()public ExpCS getOwnedElseExpression()
getOwnedElseExpression in interface IfExpCSIfExpCS.setOwnedElseExpression(ExpCS),
EssentialOCLCSPackage.getIfExpCS_OwnedElseExpression()public NotificationChain basicSetOwnedElseExpression(ExpCS newOwnedElseExpression, NotificationChain msgs)
public void setOwnedElseExpression(ExpCS newOwnedElseExpression)
setOwnedElseExpression in interface IfExpCSnewOwnedElseExpression - the new value of the 'Owned Else Expression' containment reference.IfExpCS.getOwnedElseExpression()public boolean isIsImplicit()
isIsImplicit in interface IfExpCSIfExpCS.setIsImplicit(boolean),
EssentialOCLCSPackage.getIfExpCS_IsImplicit()public void setIsImplicit(boolean newIsImplicit)
setIsImplicit in interface IfExpCSnewIsImplicit - the new value of the 'Is Implicit' attribute.IfExpCS.isIsImplicit()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.