|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CloseObject
A representation of a phrase describing a file in a CLOSE statement.
The following features are supported:
COBOLPackage.getCloseObject()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| 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 |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||