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

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Level01Item, Level77Item

public interface TopLevelVariable
extends ASTNode

A representation of a level 1 data item or a level 77 data item in the working storage section, local storage section, and linkage section of the data division. Top level data items with other level numbers are not supported in the model.

The following features are supported:

See Also:
COBOLPackage.getTopLevelVariable()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataItem getDataItem()
          Returns the value of the 'Data Item' containment reference.
 void setDataItem(DataItem value)
          Sets the value of the 'Data Item' containment reference.
 
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

getDataItem

DataItem getDataItem()
Returns the value of the 'Data Item' containment reference.

The data item at the top level of the working storage section, local storage section, or linkage section in the data division.

Returns:
the value of the 'Data Item' containment reference.
See Also:
setDataItem(DataItem), COBOLPackage.getTopLevelVariable_DataItem()

setDataItem

void setDataItem(DataItem value)
Sets the value of the 'Data Item' containment reference.

Parameters:
value - the new value of the 'Data Item' containment reference.
See Also:
getDataItem()