public interface LabelUseStmt extends UseStmt
The following features are supported:
COBOLPackage.getLabelUseStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
OpenMode |
getFileMode()
Returns the value of the 'File Mode' attribute.
|
java.util.List |
getFiles()
Returns the value of the 'Files' reference list.
|
boolean |
isBeginning()
Returns the value of the 'Beginning' attribute.
|
boolean |
isEnding()
Returns the value of the 'Ending' attribute.
|
boolean |
isFile()
Returns the value of the 'File' attribute.
|
boolean |
isGlobal()
Returns the value of the 'Global' attribute.
|
boolean |
isReel()
Returns the value of the 'Reel' attribute.
|
boolean |
isStandard()
Returns the value of the 'Standard' attribute.
|
boolean |
isUnit()
Returns the value of the 'Unit' attribute.
|
void |
setBeginning(boolean value)
Sets the value of the '
Beginning' attribute. |
void |
setEnding(boolean value)
Sets the value of the '
Ending' attribute. |
void |
setFile(boolean value)
Sets the value of the '
File' attribute. |
void |
setFileMode(OpenMode value)
Sets the value of the '
File Mode' attribute. |
void |
setGlobal(boolean value)
Sets the value of the '
Global' attribute. |
void |
setReel(boolean value)
Sets the value of the '
Reel' attribute. |
void |
setStandard(boolean value)
Sets the value of the '
Standard' attribute. |
void |
setUnit(boolean value)
Sets the value of the '
Unit' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
boolean isGlobal()
The value is true if the GLOBAL keyword is present; false otherwise.
setGlobal(boolean),
COBOLPackage.getLabelUseStmt_Global()void setGlobal(boolean value)
Global' attribute.
value - the new value of the 'Global' attribute.isGlobal()java.util.List getFiles()
FileDescriptionEntry.
The list contains the files specified in the ON clause.
COBOLPackage.getLabelUseStmt_Files()OpenMode getFileMode()
OpenMode.
The value is a representation of either INPUT, OUTPUT, I-O, or EXTEND.
OpenMode,
setFileMode(OpenMode),
COBOLPackage.getLabelUseStmt_FileMode()void setFileMode(OpenMode value)
File Mode' attribute.
value - the new value of the 'File Mode' attribute.OpenMode,
getFileMode()boolean isStandard()
The value is true if the STANDARD keyword is present; false otherwise.
setStandard(boolean),
COBOLPackage.getLabelUseStmt_Standard()void setStandard(boolean value)
Standard' attribute.
value - the new value of the 'Standard' attribute.isStandard()boolean isBeginning()
The value is true if the BEGINNING keyword is present; false otherwise.
setBeginning(boolean),
COBOLPackage.getLabelUseStmt_Beginning()void setBeginning(boolean value)
Beginning' attribute.
value - the new value of the 'Beginning' attribute.isBeginning()boolean isEnding()
The value is true if the ENDING keyword is present; false otherwise.
setEnding(boolean),
COBOLPackage.getLabelUseStmt_Ending()void setEnding(boolean value)
Ending' attribute.
value - the new value of the 'Ending' attribute.isEnding()boolean isFile()
The value is true if the FILE keyword is present; false otherwise.
setFile(boolean),
COBOLPackage.getLabelUseStmt_File()void setFile(boolean value)
File' attribute.
value - the new value of the 'File' attribute.isFile()boolean isReel()
The value is true if the REEL keyword is present; false otherwise.
setReel(boolean),
COBOLPackage.getLabelUseStmt_Reel()void setReel(boolean value)
Reel' attribute.
value - the new value of the 'Reel' attribute.isReel()boolean isUnit()
The value is true if the UNIT keyword is present; false otherwise.
setUnit(boolean),
COBOLPackage.getLabelUseStmt_Unit()