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

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

public interface Level88ItemRef
extends ASTNode

A representation of a use of a level 88 data item in the PROCEDURE division.

The following features are supported:

See Also:
COBOLPackage.getLevel88ItemRef()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 Level88Item getItem88()
          Returns the value of the 'Item88' reference.
 java.util.List getSubscripts()
          Returns the value of the 'Subscripts' containment reference list.
 void setItem88(Level88Item value)
          Sets the value of the 'Item88' 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

getItem88

Level88Item getItem88()
Returns the value of the 'Item88' reference.

The value is the level 88 data item being referenced.

Returns:
the value of the 'Item88' reference.
See Also:
setItem88(Level88Item), COBOLPackage.getLevel88ItemRef_Item88()

setItem88

void setItem88(Level88Item value)
Sets the value of the 'Item88' reference.

Parameters:
value - the new value of the 'Item88' reference.
See Also:
getItem88()

getSubscripts

java.util.List getSubscripts()
Returns the value of the 'Subscripts' containment reference list. The list contents are of type TableSubscript.

Returns:
the value of the 'Subscripts' containment reference list.
See Also:
COBOLPackage.getLevel88ItemRef_Subscripts()