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