public class IfExpCSImpl extends OCLExpressionCSImpl implements IfExpCS
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected OCLExpressionCS |
condition
The cached value of the '
Condition' containment reference. |
protected OCLExpressionCS |
elseExpression
The cached value of the '
Else Expression' containment reference. |
protected OCLExpressionCS |
thenExpression
The cached value of the '
Then Expression' containment reference. |
ast, AST_EDEFAULT, END_OFFSET_EDEFAULT, END_TOKEN_EDEFAULT, endOffset, endToken, START_OFFSET_EDEFAULT, START_TOKEN_EDEFAULT, startOffset, startToken| Modifier | Constructor and Description |
|---|---|
protected |
IfExpCSImpl() |
| 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) |
protected EClass |
eStaticClass() |
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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenprotected OCLExpressionCS thenExpression
Then Expression' containment reference.
getThenExpression()protected OCLExpressionCS elseExpression
Else Expression' containment reference.
getElseExpression()protected OCLExpressionCS condition
Condition' containment reference.
getCondition()protected EClass eStaticClass()
eStaticClass in class OCLExpressionCSImplpublic 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 © 2015 Open eHealth Foundation. All rights reserved.