public interface FixedTableDataItem extends TableDataItem
The following features are supported:
COBOLPackage.getFixedTableDataItem()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfElements()
Returns the value of the 'Number Of Elements' attribute.
|
void |
setNumberOfElements(int value)
Sets the value of the '
Number Of Elements' attribute. |
getIndexVars, getKeys, getTableItem, setTableItemgetConditions, 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
int getNumberOfElements()
The value is the number specified in the OCCURS clause.
setNumberOfElements(int),
COBOLPackage.getFixedTableDataItem_NumberOfElements()void setNumberOfElements(int value)
Number Of Elements' attribute.
value - the new value of the 'Number Of Elements' attribute.getNumberOfElements()