public class LoopExpCSImpl extends CallExpCSImpl implements LoopExpCS
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetBody(OCLExpressionCS newBody,
NotificationChain msgs) |
NotificationChain |
basicSetVariable1(VariableCS newVariable1,
NotificationChain msgs) |
NotificationChain |
basicSetVariable2(VariableCS newVariable2,
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 |
getBody() |
VariableCS |
getVariable1() |
VariableCS |
getVariable2() |
void |
setBody(OCLExpressionCS newBody) |
void |
setVariable1(VariableCS newVariable1) |
void |
setVariable2(VariableCS newVariable2) |
basicSetSimpleNameCS, basicSetSource, getAccessor, getSimpleNameCS, getSource, setAccessor, setSimpleNameCS, setSource, toStringgetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAccessor, getSimpleNameCS, getSource, setAccessor, setSimpleNameCS, setSourcegetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenpublic VariableCS getVariable1()
getVariable1 in interface LoopExpCSLoopExpCS.setVariable1(VariableCS),
CSTPackage.getLoopExpCS_Variable1()public NotificationChain basicSetVariable1(VariableCS newVariable1, NotificationChain msgs)
public void setVariable1(VariableCS newVariable1)
setVariable1 in interface LoopExpCSnewVariable1 - the new value of the 'Variable1' containment reference.LoopExpCS.getVariable1()public VariableCS getVariable2()
getVariable2 in interface LoopExpCSLoopExpCS.setVariable2(VariableCS),
CSTPackage.getLoopExpCS_Variable2()public NotificationChain basicSetVariable2(VariableCS newVariable2, NotificationChain msgs)
public void setVariable2(VariableCS newVariable2)
setVariable2 in interface LoopExpCSnewVariable2 - the new value of the 'Variable2' containment reference.LoopExpCS.getVariable2()public OCLExpressionCS getBody()
getBody in interface LoopExpCSLoopExpCS.setBody(OCLExpressionCS),
CSTPackage.getLoopExpCS_Body()public NotificationChain basicSetBody(OCLExpressionCS newBody, NotificationChain msgs)
public void setBody(OCLExpressionCS newBody)
setBody in interface LoopExpCSnewBody - the new value of the 'Body' containment reference.LoopExpCS.getBody()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class CallExpCSImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CallExpCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class CallExpCSImplpublic void eUnset(int featureID)
eUnset in class CallExpCSImplpublic boolean eIsSet(int featureID)
eIsSet in class CallExpCSImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.