| Modifier and Type | Field and Description |
|---|---|
static OpenMode |
OpenMode.OPENMODE_EXTEND_LITERAL
The 'OPENMODE EXTEND' literal object.
|
static OpenMode |
OpenMode.OPENMODE_INPUT_LITERAL
The 'OPENMODE INPUT' literal object.
|
static OpenMode |
OpenMode.OPENMODE_IO_LITERAL
The 'OPENMODE IO' literal object.
|
static OpenMode |
OpenMode.OPENMODE_OUTPUT_LITERAL
The 'OPENMODE OUTPUT' literal object.
|
| Modifier and Type | Method and Description |
|---|---|
static OpenMode |
OpenMode.get(int value)
Returns the 'Open Mode' literal with the specified integer value.
|
static OpenMode |
OpenMode.get(java.lang.String literal)
Returns the 'Open Mode' literal with the specified literal value.
|
static OpenMode |
OpenMode.getByName(java.lang.String name)
Returns the 'Open Mode' literal with the specified name.
|
OpenMode |
LabelUseStmt.getFileMode()
Returns the value of the 'File Mode' attribute.
|
OpenMode |
ExceptionUseStmt.getFileMode()
Returns the value of the 'File Mode' attribute.
|
OpenMode |
OpenClause.getMode()
Returns the value of the 'Mode' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabelUseStmt.setFileMode(OpenMode value)
Sets the value of the '
File Mode' attribute. |
void |
ExceptionUseStmt.setFileMode(OpenMode value)
Sets the value of the '
File Mode' attribute. |
void |
OpenClause.setMode(OpenMode value)
Sets the value of the '
Mode' attribute. |