com.ibm.etools.cobol.application.model.cobol
Interface GroupDataItem

All Superinterfaces:
AbstractDataItem, ASTNode, DataItem, org.eclipse.emf.ecore.EObject, NamedElement, org.eclipse.emf.common.notify.Notifier

public interface GroupDataItem
extends DataItem

A representation of a group data item. A group data item has subordinate data items.

The following features are supported:

See Also:
COBOLPackage.getGroupDataItem()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List getSubordinateItems()
          Returns the value of the 'Subordinate Items' containment reference list.
 
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getSubordinateItems

java.util.List getSubordinateItems()
Returns the value of the 'Subordinate Items' containment reference list. The list contents are of type DataItem.

Returns:
the value of the 'Subordinate Items' containment reference list.
See Also:
COBOLPackage.getGroupDataItem_SubordinateItems()