public interface OperationCS extends CSTNode
The following features are supported:
CSTPackage.getOperationCS()| Modifier and Type | Method and Description |
|---|---|
<any> |
getParameters()
Returns the value of the 'Parameters' containment reference list.
|
PathNameCS |
getPathNameCS()
Returns the value of the 'Path Name CS' containment reference.
|
SimpleNameCS |
getSimpleNameCS()
Returns the value of the 'Simple Name CS' containment reference.
|
TypeCS |
getTypeCS()
Returns the value of the 'Type CS' containment reference.
|
void |
setPathNameCS(PathNameCS value)
Sets the value of the '
Path Name CS' containment reference. |
void |
setSimpleNameCS(SimpleNameCS value)
Sets the value of the '
Simple Name CS' containment reference. |
void |
setTypeCS(TypeCS value)
Sets the value of the '
Type CS' containment reference. |
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenPathNameCS getPathNameCS()
If the meaning of the 'Path Name CS' containment reference isn't clear, there really should be more of a description here...
setPathNameCS(PathNameCS),
CSTPackage.getOperationCS_PathNameCS()void setPathNameCS(PathNameCS value)
Path Name CS' containment reference.
value - the new value of the 'Path Name CS' containment reference.getPathNameCS()SimpleNameCS getSimpleNameCS()
If the meaning of the 'Simple Name CS' containment reference isn't clear, there really should be more of a description here...
setSimpleNameCS(SimpleNameCS),
CSTPackage.getOperationCS_SimpleNameCS()void setSimpleNameCS(SimpleNameCS value)
Simple Name CS' containment reference.
value - the new value of the 'Simple Name CS' containment reference.getSimpleNameCS()<any> getParameters()
VariableCS.
If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...
CSTPackage.getOperationCS_Parameters()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.getOperationCS_TypeCS()void setTypeCS(TypeCS value)
Type CS' containment reference.
value - the new value of the 'Type CS' containment reference.getTypeCS()Copyright © 2015 Open eHealth Foundation. All rights reserved.