| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAtEnd()
Returns the value of the 'At End' containment reference list.
|
ReadDirection |
getDirection()
Returns the value of the 'Direction' attribute.
|
FileDescriptionEntry |
getFile()
Returns the value of the 'File' reference.
|
DataRef |
getInto()
Returns the value of the 'Into' containment reference.
|
java.util.List |
getInvalidKey()
Returns the value of the 'Invalid Key' containment reference list.
|
DataRef |
getKey()
Returns the value of the 'Key' containment reference.
|
java.util.List |
getNotAtEnd()
Returns the value of the 'Not At End' containment reference list.
|
java.util.List |
getNotInvalidKey()
Returns the value of the 'Not Invalid Key' containment reference list.
|
boolean |
isEndReadUsed()
Returns the value of the 'End Read Used' attribute.
|
void |
setDirection(ReadDirection value)
Sets the value of the '
Direction' attribute. |
void |
setEndReadUsed(boolean value)
Sets the value of the '
End Read Used' attribute. |
void |
setFile(FileDescriptionEntry value)
Sets the value of the '
File' reference. |
void |
setInto(DataRef value)
Sets the value of the '
Into' containment reference. |
void |
setKey(DataRef value)
Sets the value of the '
Key' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
FileDescriptionEntry getFile()
setFile(FileDescriptionEntry),
COBOLPackage.getReadStmt_File()void setFile(FileDescriptionEntry value)
File' reference.
value - the new value of the 'File' reference.getFile()ReadDirection getDirection()
ReadDirection.
The value represents NEXT or PREVIOUS.
ReadDirection,
setDirection(ReadDirection),
COBOLPackage.getReadStmt_Direction()void setDirection(ReadDirection value)
Direction' attribute.
value - the new value of the 'Direction' attribute.ReadDirection,
getDirection()DataRef getInto()
The value is the data item in the INTO phrase.
setInto(DataRef),
COBOLPackage.getReadStmt_Into()void setInto(DataRef value)
Into' containment reference.
value - the new value of the 'Into' containment reference.getInto()DataRef getKey()
The value is the data item in the KEY phrase.
setKey(DataRef),
COBOLPackage.getReadStmt_Key()void setKey(DataRef value)
Key' containment reference.
value - the new value of the 'Key' containment reference.getKey()java.util.List getAtEnd()
Stmt.
The list contains the statements in the AT END phrase.
COBOLPackage.getReadStmt_AtEnd()java.util.List getNotAtEnd()
Stmt.
The list contains the statements in the NOT AT END phrase.
COBOLPackage.getReadStmt_NotAtEnd()java.util.List getInvalidKey()
Stmt.
The list contains the statements in the INVALID KEY phrase.
COBOLPackage.getReadStmt_InvalidKey()java.util.List getNotInvalidKey()
Stmt.
The list contains the statements in the NOT INVALID KEY phrase.
COBOLPackage.getReadStmt_NotInvalidKey()boolean isEndReadUsed()
The value is true if END-READ is used; false otherwise.
setEndReadUsed(boolean),
COBOLPackage.getReadStmt_EndReadUsed()void setEndReadUsed(boolean value)
End Read Used' attribute.
value - the new value of the 'End Read Used' attribute.isEndReadUsed()