|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CloseReelOrUnit
A representation of the the REEL or UNIT clause in a CLOSE statement.
The following features are supported:
COBOLPackage.getCloseReelOrUnit()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||