public interface OpenClause extends ASTNode
The following features are supported:
COBOLPackage.getOpenClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
OpenMode |
getMode()
Returns the value of the 'Mode' attribute.
|
java.util.List |
getObjects()
Returns the value of the 'Objects' containment reference list.
|
void |
setMode(OpenMode value)
Sets the value of the '
Mode' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
OpenMode getMode()
OpenMode.
The value represents either INPUT, OUTPUT, I-O, or EXTEND.
OpenMode,
setMode(OpenMode),
COBOLPackage.getOpenClause_Mode()java.util.List getObjects()
OpenObject.
The list contains the files.
COBOLPackage.getOpenClause_Objects()