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

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

public interface CopybookItem
extends ASTNode

A representation of a data item in a copybook.

The following features are supported:

See Also:
COBOLPackage.getCopybookItem()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List getInstantiations()
          Returns the value of the 'Instantiations' reference list.
 int getLevel()
          Returns the value of the 'Level' attribute.
 void setLevel(int value)
          Sets the value of the 'Level' attribute.
 
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

getLevel

int getLevel()
Returns the value of the 'Level' attribute.

Returns:
the value of the 'Level' attribute.
See Also:
setLevel(int), COBOLPackage.getCopybookItem_Level()

setLevel

void setLevel(int value)
Sets the value of the 'Level' attribute.

Parameters:
value - the new value of the 'Level' attribute.
See Also:
getLevel()

getInstantiations

java.util.List getInstantiations()
Returns the value of the 'Instantiations' reference list. The list contents are of type ASTNode.

The list contains the uses of the copybook item in the program.

Returns:
the value of the 'Instantiations' reference list.
See Also:
COBOLPackage.getCopybookItem_Instantiations()