| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
PLIName |
getName()
Returns the value of the 'Name' containment reference.
|
PrecisionSpecAttribute |
getPrecisionAttribute()
Returns the value of the 'Precision Attribute' containment reference.
|
Attribute |
getSignAttribute()
Returns the value of the 'Sign Attribute' containment reference.
|
java.util.List<OrdinalValue> |
getValues()
Returns the value of the 'Values' containment reference list.
|
void |
setName(PLIName value)
Sets the value of the '
Name' containment reference. |
void |
setPrecisionAttribute(PrecisionSpecAttribute value)
Sets the value of the '
Precision Attribute' containment reference. |
void |
setSignAttribute(Attribute value)
Sets the value of the '
Sign Attribute' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
PLIName getName()
setName(PLIName),
PLIPackage.getDefineOrdinalStatement_Name()void setName(PLIName value)
Name' containment reference.
value - the new value of the 'Name' containment reference.getName()java.util.List<OrdinalValue> getValues()
OrdinalValue.
PLIPackage.getDefineOrdinalStatement_Values()PrecisionSpecAttribute getPrecisionAttribute()
setPrecisionAttribute(PrecisionSpecAttribute),
PLIPackage.getDefineOrdinalStatement_PrecisionAttribute()void setPrecisionAttribute(PrecisionSpecAttribute value)
Precision Attribute' containment reference.
value - the new value of the 'Precision Attribute' containment reference.getPrecisionAttribute()Attribute getSignAttribute()
setSignAttribute(Attribute),
PLIPackage.getDefineOrdinalStatement_SignAttribute()void setSignAttribute(Attribute value)
Sign Attribute' containment reference.
value - the new value of the 'Sign Attribute' containment reference.getSignAttribute()