public interface LoopExpCS extends CallExpCS
The following features are supported:
CSTPackage.getLoopExpCS()| Modifier and Type | Method and Description |
|---|---|
OCLExpressionCS |
getBody()
Returns the value of the 'Body' containment reference.
|
VariableCS |
getVariable1()
Returns the value of the 'Variable1' containment reference.
|
VariableCS |
getVariable2()
Returns the value of the 'Variable2' containment reference.
|
void |
setBody(OCLExpressionCS value)
Sets the value of the '
Body' containment reference. |
void |
setVariable1(VariableCS value)
Sets the value of the '
Variable1' containment reference. |
void |
setVariable2(VariableCS value)
Sets the value of the '
Variable2' containment reference. |
getAccessor, getSimpleNameCS, getSource, setAccessor, setSimpleNameCS, setSourcegetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenVariableCS getVariable1()
If the meaning of the 'Variable1' containment reference isn't clear, there really should be more of a description here...
setVariable1(VariableCS),
CSTPackage.getLoopExpCS_Variable1()void setVariable1(VariableCS value)
Variable1' containment reference.
value - the new value of the 'Variable1' containment reference.getVariable1()VariableCS getVariable2()
If the meaning of the 'Variable2' containment reference isn't clear, there really should be more of a description here...
setVariable2(VariableCS),
CSTPackage.getLoopExpCS_Variable2()void setVariable2(VariableCS value)
Variable2' containment reference.
value - the new value of the 'Variable2' containment reference.getVariable2()OCLExpressionCS getBody()
If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
setBody(OCLExpressionCS),
CSTPackage.getLoopExpCS_Body()void setBody(OCLExpressionCS value)
Body' containment reference.
value - the new value of the 'Body' containment reference.getBody()Copyright © 2015 Open eHealth Foundation. All rights reserved.