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

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

public interface Level01Item
extends TopLevelVariable

A representation of a level 1 data item.

The following features are supported:

See Also:
COBOLPackage.getLevel01Item()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List getLevel66Items()
          Returns the value of the 'Level66 Items' containment reference list.
 boolean isIsExternal()
          Returns the value of the 'Is External' attribute.
 boolean isIsGlobal()
          Returns the value of the 'Is Global' attribute.
 void setIsExternal(boolean value)
          Sets the value of the 'Is External' attribute.
 void setIsGlobal(boolean value)
          Sets the value of the 'Is Global' attribute.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.TopLevelVariable
getDataItem, setDataItem
 
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

getLevel66Items

java.util.List getLevel66Items()
Returns the value of the 'Level66 Items' containment reference list. The list contents are of type Level66Item.

Returns the level 66 data items that are subordinate to the level 1 data item.

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

isIsExternal

boolean isIsExternal()
Returns the value of the 'Is External' attribute.

Returns true if the EXTERNAL clause is present; false otherwise.

Returns:
the value of the 'Is External' attribute.
See Also:
setIsExternal(boolean), COBOLPackage.getLevel01Item_IsExternal()

setIsExternal

void setIsExternal(boolean value)
Sets the value of the 'Is External' attribute.

Parameters:
value - the new value of the 'Is External' attribute.
See Also:
isIsExternal()

isIsGlobal

boolean isIsGlobal()
Returns the value of the 'Is Global' attribute.

Returns true if the GLOBAL clause is present; false otherwise.

Returns:
the value of the 'Is Global' attribute.
See Also:
setIsGlobal(boolean), COBOLPackage.getLevel01Item_IsGlobal()

setIsGlobal

void setIsGlobal(boolean value)
Sets the value of the 'Is Global' attribute.

Parameters:
value - the new value of the 'Is Global' attribute.
See Also:
isIsGlobal()