public interface GroupDataItem extends DataItem
The following features are supported:
COBOLPackage.getGroupDataItem()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
GroupUsageClause |
getGroupUsageClause()
Returns the value of the 'Group Usage Clause' containment reference.
|
java.util.List |
getSubordinateItems()
Returns the value of the 'Subordinate Items' containment reference list.
|
UsageClause |
getUsageClause()
Returns the value of the 'Usage Clause' containment reference.
|
void |
setGroupUsageClause(GroupUsageClause value)
Sets the value of the '
Group Usage Clause' containment reference. |
void |
setUsageClause(UsageClause value)
Sets the value of the '
Usage Clause' 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
java.util.List getSubordinateItems()
DataItem.
COBOLPackage.getGroupDataItem_SubordinateItems()GroupUsageClause getGroupUsageClause()
The value is a representation of the GROUP-USAGE IS NATIONAL clause; if that clause is not present, the value is null.
setGroupUsageClause(GroupUsageClause),
COBOLPackage.getGroupDataItem_GroupUsageClause()void setGroupUsageClause(GroupUsageClause value)
Group Usage Clause' containment reference.
value - the new value of the 'Group Usage Clause' containment reference.getGroupUsageClause()UsageClause getUsageClause()
The value is a representation of the USAGE clause; if there is no USAGE clause, the value is null.
setUsageClause(UsageClause),
COBOLPackage.getGroupDataItem_UsageClause()void setUsageClause(UsageClause value)
Usage Clause' containment reference.
value - the new value of the 'Usage Clause' containment reference.getUsageClause()