public interface VariableCS extends CSTNode
The following features are supported:
CSTPackage.getVariableCS()| Modifier and Type | Method and Description |
|---|---|
OCLExpressionCS |
getInitExpression()
Returns the value of the 'Init Expression' containment reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
TypeCS |
getTypeCS()
Returns the value of the 'Type CS' containment reference.
|
void |
setInitExpression(OCLExpressionCS value)
Sets the value of the '
Init Expression' containment reference. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setTypeCS(TypeCS value)
Sets the value of the '
Type CS' containment reference. |
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
CSTPackage.getVariableCS_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()TypeCS getTypeCS()
If the meaning of the 'Type CS' containment reference isn't clear, there really should be more of a description here...
setTypeCS(TypeCS),
CSTPackage.getVariableCS_TypeCS()void setTypeCS(TypeCS value)
Type CS' containment reference.
value - the new value of the 'Type CS' containment reference.getTypeCS()OCLExpressionCS getInitExpression()
If the meaning of the 'Init Expression' containment reference isn't clear, there really should be more of a description here...
setInitExpression(OCLExpressionCS),
CSTPackage.getVariableCS_InitExpression()void setInitExpression(OCLExpressionCS value)
Init Expression' containment reference.
value - the new value of the 'Init Expression' containment reference.getInitExpression()Copyright © 2015 Open eHealth Foundation. All rights reserved.