public interface PropertyContextCS extends ContextDeclCS
The following features are supported:
CSTPackage.getPropertyContextCS()| Modifier and Type | Method and Description |
|---|---|
<any> |
getConstraints()
Returns the value of the 'Constraints' 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.getPropertyContextCS_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.getPropertyContextCS_SimpleNameCS()void setSimpleNameCS(SimpleNameCS value)
Simple Name CS' containment reference.
value - the new value of the 'Simple Name CS' containment reference.getSimpleNameCS()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.getPropertyContextCS_TypeCS()void setTypeCS(TypeCS value)
Type CS' containment reference.
value - the new value of the 'Type CS' containment reference.getTypeCS()<any> getConstraints()
InitOrDerValueCS.
If the meaning of the 'Constraints' containment reference list isn't clear, there really should be more of a description here...
CSTPackage.getPropertyContextCS_Constraints()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.