public class IfExpCSImpl extends OCLExpressionCSImpl implements IfExpCS
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetCondition(OCLExpressionCS newCondition,
NotificationChain msgs) |
NotificationChain |
basicSetElseExpression(OCLExpressionCS newElseExpression,
NotificationChain msgs) |
NotificationChain |
basicSetThenExpression(OCLExpressionCS newThenExpression,
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) |
OCLExpressionCS |
getCondition() |
OCLExpressionCS |
getElseExpression() |
OCLExpressionCS |
getThenExpression() |
void |
setCondition(OCLExpressionCS newCondition) |
void |
setElseExpression(OCLExpressionCS newElseExpression) |
void |
setThenExpression(OCLExpressionCS newThenExpression) |
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenpublic OCLExpressionCS getThenExpression()
getThenExpression in interface IfExpCSIfExpCS.setThenExpression(OCLExpressionCS),
CSTPackage.getIfExpCS_ThenExpression()public NotificationChain basicSetThenExpression(OCLExpressionCS newThenExpression, NotificationChain msgs)
public void setThenExpression(OCLExpressionCS newThenExpression)
setThenExpression in interface IfExpCSnewThenExpression - the new value of the 'Then Expression' containment reference.IfExpCS.getThenExpression()public OCLExpressionCS getElseExpression()
getElseExpression in interface IfExpCSIfExpCS.setElseExpression(OCLExpressionCS),
CSTPackage.getIfExpCS_ElseExpression()public NotificationChain basicSetElseExpression(OCLExpressionCS newElseExpression, NotificationChain msgs)
public void setElseExpression(OCLExpressionCS newElseExpression)
setElseExpression in interface IfExpCSnewElseExpression - the new value of the 'Else Expression' containment reference.IfExpCS.getElseExpression()public OCLExpressionCS getCondition()
getCondition in interface IfExpCSIfExpCS.setCondition(OCLExpressionCS),
CSTPackage.getIfExpCS_Condition()public NotificationChain basicSetCondition(OCLExpressionCS newCondition, NotificationChain msgs)
public void setCondition(OCLExpressionCS newCondition)
setCondition in interface IfExpCSnewCondition - the new value of the 'Condition' containment reference.IfExpCS.getCondition()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CSTNodeImplpublic void eSet(int featureID,
Object newValue)
eSet in class CSTNodeImplpublic void eUnset(int featureID)
eUnset in class CSTNodeImplpublic boolean eIsSet(int featureID)
eIsSet in class CSTNodeImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.