|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GroupDataItem
A representation of a group data item. A group data item has subordinate data items.
The following features are supported:
COBOLPackage.getGroupDataItem()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.DataItem |
|---|
getConditions, getCopiedFrom, getCopiedFromUniqueID, getInitialValue, getLevel, getMaxOffsetWithinParent, getMaxSize, getRedefines, isIsFiller, setCopiedFrom, setCopiedFromUniqueID, setInitialValue, setIsFiller, setLevel, setMaxOffsetWithinParent, setMaxSize, setRedefines |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.NamedElement |
|---|
getName, setName |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||