public interface TableKeyInfo extends ASTNode
The following features are supported:
COBOLPackage.getTableKeyInfo()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getKeyItems()
Returns the value of the 'Key Items' reference list.
|
boolean |
isIsAscending()
Returns the value of the 'Is Ascending' attribute.
|
void |
setIsAscending(boolean value)
Sets the value of the '
Is Ascending' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
boolean isIsAscending()
The value is true if the ASCENDING KEY keywords are present; false if the DESCENDING KEY keywords are present.
setIsAscending(boolean),
COBOLPackage.getTableKeyInfo_IsAscending()void setIsAscending(boolean value)
Is Ascending' attribute.
value - the new value of the 'Is Ascending' attribute.isIsAscending()java.util.List getKeyItems()
DataItem.
COBOLPackage.getTableKeyInfo_KeyItems()