public interface CloseReelOrUnit extends ASTNode
The following features are supported:
COBOLPackage.getCloseReelOrUnit()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isForRemoval()
Returns the value of the 'For Removal' attribute.
|
boolean |
isWithNoRewind()
Returns the value of the 'With No Rewind' attribute.
|
void |
setForRemoval(boolean value)
Sets the value of the '
For Removal' 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
boolean isForRemoval()
The value is true if FOR REMOVAL appears; false otherwise.
setForRemoval(boolean),
COBOLPackage.getCloseReelOrUnit_ForRemoval()void setForRemoval(boolean value)
For Removal' attribute.
value - the new value of the 'For Removal' attribute.isForRemoval()boolean isWithNoRewind()
The value is true if WITH NO REWIND appears; false otherwise.
setWithNoRewind(boolean),
COBOLPackage.getCloseReelOrUnit_WithNoRewind()void setWithNoRewind(boolean value)
With No Rewind' attribute.
value - the new value of the 'With No Rewind' attribute.isWithNoRewind()