public interface SimpleNameCS extends OCLExpressionCS
The following features are supported:
CSTPackage.getSimpleNameCS()| Modifier and Type | Method and Description |
|---|---|
SimpleTypeEnum |
getType()
Returns the value of the 'Type' attribute.
|
String |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setType(SimpleTypeEnum value)
Sets the value of the '
Type' attribute. |
void |
setValue(String value)
Sets the value of the '
Value' attribute. |
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenString getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String),
CSTPackage.getSimpleNameCS_Value()void setValue(String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()SimpleTypeEnum getType()
SimpleTypeEnum.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
SimpleTypeEnum,
setType(SimpleTypeEnum),
CSTPackage.getSimpleNameCS_Type()void setType(SimpleTypeEnum value)
Type' attribute.
value - the new value of the 'Type' attribute.SimpleTypeEnum,
getType()Copyright © 2015 Open eHealth Foundation. All rights reserved.