public interface Level01Item extends TopLevelVariable
The following features are supported:
COBOLPackage.getLevel01Item()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getDataItem, setDataItemgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getLevel66Items()
Level66Item.
Returns the level 66 data items that are subordinate to the level 1 data item.
COBOLPackage.getLevel01Item_Level66Items()boolean isIsExternal()
Returns true if the EXTERNAL clause is present; false otherwise.
setIsExternal(boolean),
COBOLPackage.getLevel01Item_IsExternal()void setIsExternal(boolean value)
Is External' attribute.
value - the new value of the 'Is External' attribute.isIsExternal()boolean isIsGlobal()
Returns true if the GLOBAL clause is present; false otherwise.
setIsGlobal(boolean),
COBOLPackage.getLevel01Item_IsGlobal()void setIsGlobal(boolean value)
Is Global' attribute.
value - the new value of the 'Is Global' attribute.isIsGlobal()