public interface VariableTableDataItem extends TableDataItem
The following features are supported:
COBOLPackage.getVariableTableDataItem()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
AbstractDataItem |
getDependingUpon()
Returns the value of the 'Depending Upon' reference.
|
int |
getMaxNumberOfElements()
Returns the value of the 'Max Number Of Elements' attribute.
|
int |
getMinNumberOfElements()
Returns the value of the 'Min Number Of Elements' attribute.
|
boolean |
isUnbounded()
Returns the value of the 'Unbounded' attribute.
|
void |
setDependingUpon(AbstractDataItem value)
Sets the value of the '
Depending Upon' reference. |
void |
setMaxNumberOfElements(int value)
Sets the value of the '
Max Number Of Elements' attribute. |
void |
setMinNumberOfElements(int value)
Sets the value of the '
Min Number Of Elements' attribute. |
void |
setUnbounded(boolean value)
Sets the value of the '
Unbounded' 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 getMinNumberOfElements()
The value is the minimum number of elements specified in the OCCURS DEPENDING ON clause.
setMinNumberOfElements(int),
COBOLPackage.getVariableTableDataItem_MinNumberOfElements()void setMinNumberOfElements(int value)
Min Number Of Elements' attribute.
value - the new value of the 'Min Number Of Elements' attribute.getMinNumberOfElements()int getMaxNumberOfElements()
The value is the maximum number of elements specified in the OCCURS DEPENDING ON clause.
setMaxNumberOfElements(int),
COBOLPackage.getVariableTableDataItem_MaxNumberOfElements()void setMaxNumberOfElements(int value)
Max Number Of Elements' attribute.
value - the new value of the 'Max Number Of Elements' attribute.getMaxNumberOfElements()AbstractDataItem getDependingUpon()
The value is the data item specified in the DEPENDING ON phrase.
setDependingUpon(AbstractDataItem),
COBOLPackage.getVariableTableDataItem_DependingUpon()void setDependingUpon(AbstractDataItem value)
Depending Upon' reference.
value - the new value of the 'Depending Upon' reference.getDependingUpon()boolean isUnbounded()
The value is true if UNBOUNDED is present rather than a number for the maximum number of elements; false otherwise.
setUnbounded(boolean),
COBOLPackage.getVariableTableDataItem_Unbounded()void setUnbounded(boolean value)
Unbounded' attribute.
value - the new value of the 'Unbounded' attribute.isUnbounded()