public interface OrdinalValue extends PLINode
The following features are supported:
PLIPackage.getOrdinalValue()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
PLIName |
getMemberName()
Returns the value of the 'Member Name' containment reference.
|
ValueAttribute |
getValue()
Returns the value of the 'Value' containment reference.
|
void |
setMemberName(PLIName value)
Sets the value of the '
Member Name' containment reference. |
void |
setValue(ValueAttribute value)
Sets the value of the '
Value' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
PLIName getMemberName()
setMemberName(PLIName),
PLIPackage.getOrdinalValue_MemberName()void setMemberName(PLIName value)
Member Name' containment reference.
value - the new value of the 'Member Name' containment reference.getMemberName()ValueAttribute getValue()
setValue(ValueAttribute),
PLIPackage.getOrdinalValue_Value()void setValue(ValueAttribute value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()