| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
FileDescriptionEntry |
getFile()
Returns the value of the 'File' reference.
|
boolean |
isReversed()
Returns the value of the 'Reversed' attribute.
|
boolean |
isWithNoRewind()
Returns the value of the 'With No Rewind' attribute.
|
void |
setFile(FileDescriptionEntry value)
Sets the value of the '
File' reference. |
void |
setReversed(boolean value)
Sets the value of the '
Reversed' attribute. |
void |
setWithNoRewind(boolean value)
Sets the value of the '
With No Rewind' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
FileDescriptionEntry getFile()
setFile(FileDescriptionEntry),
COBOLPackage.getOpenObject_File()void setFile(FileDescriptionEntry value)
File' reference.
value - the new value of the 'File' reference.getFile()boolean isReversed()
The value is true if the REVERSED keyword is present; false otherwise.
setReversed(boolean),
COBOLPackage.getOpenObject_Reversed()void setReversed(boolean value)
Reversed' attribute.
value - the new value of the 'Reversed' attribute.isReversed()boolean isWithNoRewind()
The value is true if the WITH NO REWIND clause appears; false otherwise.
setWithNoRewind(boolean),
COBOLPackage.getOpenObject_WithNoRewind()void setWithNoRewind(boolean value)
With No Rewind' attribute.
value - the new value of the 'With No Rewind' attribute.isWithNoRewind()