public interface ExceptionUseStmt extends UseStmt
The following features are supported:
COBOLPackage.getExceptionUseStmt()| 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 |
isError()
Returns the value of the 'Error' attribute.
|
boolean |
isException()
Returns the value of the 'Exception' attribute.
|
boolean |
isGlobal()
Returns the value of the 'Global' attribute.
|
boolean |
isStandard()
Returns the value of the 'Standard' attribute.
|
void |
setError(boolean value)
Sets the value of the '
Error' attribute. |
void |
setException(boolean value)
Sets the value of the '
Exception' 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 |
setStandard(boolean value)
Sets the value of the '
Standard' 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.getExceptionUseStmt_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.getExceptionUseStmt_Files()OpenMode getFileMode()
OpenMode.
The value is a representation of either INPUT, OUTPUT, I-O, or EXTEND.
OpenMode,
setFileMode(OpenMode),
COBOLPackage.getExceptionUseStmt_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.getExceptionUseStmt_Standard()void setStandard(boolean value)
Standard' attribute.
value - the new value of the 'Standard' attribute.isStandard()boolean isException()
The value is true if the EXCEPTION keyword is present; false otherwise.
setException(boolean),
COBOLPackage.getExceptionUseStmt_Exception()void setException(boolean value)
Exception' attribute.
value - the new value of the 'Exception' attribute.isException()boolean isError()
The value is true if the ERROR keyword is present; false otherwise.
setError(boolean),
COBOLPackage.getExceptionUseStmt_Error()