| 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.
|
CloseReelOrUnit |
getReelOrUnit()
Returns the value of the 'Reel Or Unit' containment reference.
|
boolean |
isWithLock()
Returns the value of the 'With Lock' attribute.
|
boolean |
isWithNoRewind()
Returns the value of the 'With No Rewind' attribute.
|
void |
setFile(FileDescriptionEntry value)
Sets the value of the '
File' reference. |
void |
setReelOrUnit(CloseReelOrUnit value)
Sets the value of the '
Reel Or Unit' containment reference. |
void |
setWithLock(boolean value)
Sets the value of the '
With Lock' 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.getCloseObject_File()void setFile(FileDescriptionEntry value)
File' reference.
value - the new value of the 'File' reference.getFile()CloseReelOrUnit getReelOrUnit()
The value represents the REEL or UNIT clauses.
setReelOrUnit(CloseReelOrUnit),
COBOLPackage.getCloseObject_ReelOrUnit()void setReelOrUnit(CloseReelOrUnit value)
Reel Or Unit' containment reference.
value - the new value of the 'Reel Or Unit' containment reference.getReelOrUnit()boolean isWithNoRewind()
The value is true if the WITH NO REWIND phrase appears; false otherwise.
setWithNoRewind(boolean),
COBOLPackage.getCloseObject_WithNoRewind()void setWithNoRewind(boolean value)
With No Rewind' attribute.
value - the new value of the 'With No Rewind' attribute.isWithNoRewind()boolean isWithLock()
The value is true if the WITH LOCK clause appears; false otherwise.
setWithLock(boolean),
COBOLPackage.getCloseObject_WithLock()void setWithLock(boolean value)
With Lock' attribute.
value - the new value of the 'With Lock' attribute.isWithLock()