| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getKey()
Returns the value of the 'Key' reference list.
|
boolean |
isAscending()
Returns the value of the 'Ascending' attribute.
|
void |
setAscending(boolean value)
Sets the value of the '
Ascending' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
boolean isAscending()
The value is true if ASCENDING is present; false if DESCENDING is present.
setAscending(boolean),
COBOLPackage.getOnKeyClause_Ascending()void setAscending(boolean value)
Ascending' attribute.
value - the new value of the 'Ascending' attribute.isAscending()java.util.List getKey()
AbstractDataItem.
The list contains the data items specified in the ON KEY clause.
COBOLPackage.getOnKeyClause_Key()