public interface TableDataItem extends DataItem
The following features are supported:
COBOLPackage.getTableDataItem()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getIndexVars()
Returns the value of the 'Index Vars' containment reference list.
|
java.util.List |
getKeys()
Returns the value of the 'Keys' containment reference list.
|
DataItem |
getTableItem()
Returns the value of the 'Table Item' containment reference.
|
void |
setTableItem(DataItem value)
Sets the value of the '
Table Item' containment reference. |
getConditions, getCopiedFrom, getCopiedFromUniqueID, getInitialValue, getLevel, getMaxOffsetWithinParent, getMaxSize, getRedefines, isIsFiller, isVolatile, setCopiedFrom, setCopiedFromUniqueID, setInitialValue, setIsFiller, setLevel, setMaxOffsetWithinParent, setMaxSize, setRedefines, setVolatilegetName, setNamegetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataItem getTableItem()
The value is the data item that defines the content of the table. If it is a group data item, that group data item contains the child data items.
setTableItem(DataItem),
COBOLPackage.getTableDataItem_TableItem()void setTableItem(DataItem value)
Table Item' containment reference.
value - the new value of the 'Table Item' containment reference.getTableItem()java.util.List getKeys()
TableKeyInfo.
COBOLPackage.getTableDataItem_Keys()java.util.List getIndexVars()
IndexVariable.
The value is the indexes defined in the INDEXED BY phrase.
COBOLPackage.getTableDataItem_IndexVars()