| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getFile()
Returns the value of the 'File' containment reference.
|
CicsIntoOrSetClause |
getIntoOrSetClause()
Returns the value of the 'Into Or Set Clause' containment reference.
|
DataRefOrLiteral |
getKeyLength()
Returns the value of the 'Key Length' containment reference.
|
DataRef |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRefOrLiteral |
getReqId()
Returns the value of the 'Req Id' containment reference.
|
DataRef |
getRIDFLD()
Returns the value of the 'RIDFLD' containment reference.
|
DataRefOrLiteral |
getSysId()
Returns the value of the 'Sys Id' containment reference.
|
CicsReadUpdateClause |
getUpdateClause()
Returns the value of the 'Update Clause' containment reference.
|
boolean |
isConsistent()
Returns the value of the 'Consistent' attribute.
|
boolean |
isNoSuspend()
Returns the value of the 'No Suspend' attribute.
|
boolean |
isRBA()
Returns the value of the 'RBA' attribute.
|
boolean |
isRepeatable()
Returns the value of the 'Repeatable' attribute.
|
boolean |
isRRN()
Returns the value of the 'RRN' attribute.
|
boolean |
isUncommitted()
Returns the value of the 'Uncommitted' attribute.
|
boolean |
isXRBA()
Returns the value of the 'XRBA' attribute.
|
void |
setConsistent(boolean value)
Sets the value of the '
Consistent' attribute. |
void |
setFile(DataRefOrLiteral value)
Sets the value of the '
File' containment reference. |
void |
setIntoOrSetClause(CicsIntoOrSetClause value)
Sets the value of the '
Into Or Set Clause' containment reference. |
void |
setKeyLength(DataRefOrLiteral value)
Sets the value of the '
Key Length' containment reference. |
void |
setLength(DataRef value)
Sets the value of the '
Length' containment reference. |
void |
setNoSuspend(boolean value)
Sets the value of the '
No Suspend' attribute. |
void |
setRBA(boolean value)
Sets the value of the '
RBA' attribute. |
void |
setRepeatable(boolean value)
Sets the value of the '
Repeatable' attribute. |
void |
setReqId(DataRefOrLiteral value)
Sets the value of the '
Req Id' containment reference. |
void |
setRIDFLD(DataRef value)
Sets the value of the '
RIDFLD' containment reference. |
void |
setRRN(boolean value)
Sets the value of the '
RRN' attribute. |
void |
setSysId(DataRefOrLiteral value)
Sets the value of the '
Sys Id' containment reference. |
void |
setUncommitted(boolean value)
Sets the value of the '
Uncommitted' attribute. |
void |
setUpdateClause(CicsReadUpdateClause value)
Sets the value of the '
Update Clause' containment reference. |
void |
setXRBA(boolean value)
Sets the value of the '
XRBA' attribute. |
getResp, getResp2, isNoEDF, isNoHandle, isSysEIB, setNoEDF, setNoHandle, setResp, setResp2, setSysEIBgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getFile()
The value is a representation of the file name specified in the FILE option.
setFile(DataRefOrLiteral),
COBOLPackage.getCicsReadPrevStmt_File()void setFile(DataRefOrLiteral value)
File' containment reference.
value - the new value of the 'File' containment reference.getFile()CicsIntoOrSetClause getIntoOrSetClause()
The value is a representation of the INTO or SET options; if those options are not used, the value is null.
setIntoOrSetClause(CicsIntoOrSetClause),
COBOLPackage.getCicsReadPrevStmt_IntoOrSetClause()void setIntoOrSetClause(CicsIntoOrSetClause value)
Into Or Set Clause' containment reference.
value - the new value of the 'Into Or Set Clause' containment reference.getIntoOrSetClause()boolean isUncommitted()
The value is true if the UNCOMMITTED option is used; false otherwise.
setUncommitted(boolean),
COBOLPackage.getCicsReadPrevStmt_Uncommitted()void setUncommitted(boolean value)
Uncommitted' attribute.
value - the new value of the 'Uncommitted' attribute.isUncommitted()boolean isConsistent()
The value is true if the CONSISTENT option is used; false otherwise.
setConsistent(boolean),
COBOLPackage.getCicsReadPrevStmt_Consistent()void setConsistent(boolean value)
Consistent' attribute.
value - the new value of the 'Consistent' attribute.isConsistent()boolean isRepeatable()
The value is true if the REPEATABLE option is used; false otherwise.
setRepeatable(boolean),
COBOLPackage.getCicsReadPrevStmt_Repeatable()void setRepeatable(boolean value)
Repeatable' attribute.
value - the new value of the 'Repeatable' attribute.isRepeatable()CicsReadUpdateClause getUpdateClause()
The value is a representation of the UPDATE and TOKEN options; if those options are not used, the value is null.
setUpdateClause(CicsReadUpdateClause),
COBOLPackage.getCicsReadPrevStmt_UpdateClause()void setUpdateClause(CicsReadUpdateClause value)
Update Clause' containment reference.
value - the new value of the 'Update Clause' containment reference.getUpdateClause()DataRef getRIDFLD()
The value is a representation of the data area specified in the RIDFLD option.
setRIDFLD(DataRef),
COBOLPackage.getCicsReadPrevStmt_RIDFLD()void setRIDFLD(DataRef value)
RIDFLD' containment reference.
value - the new value of the 'RIDFLD' containment reference.getRIDFLD()DataRefOrLiteral getReqId()
The value is a representation of the data value specified in the REQID option; if that option is not used, the value is null.
setReqId(DataRefOrLiteral),
COBOLPackage.getCicsReadPrevStmt_ReqId()void setReqId(DataRefOrLiteral value)
Req Id' containment reference.
value - the new value of the 'Req Id' containment reference.getReqId()DataRefOrLiteral getSysId()
The value is a representation of the system name specified in the SYSID option; if that option is not used, the value is null.
setSysId(DataRefOrLiteral),
COBOLPackage.getCicsReadPrevStmt_SysId()void setSysId(DataRefOrLiteral value)
Sys Id' containment reference.
value - the new value of the 'Sys Id' containment reference.getSysId()DataRef getLength()
The value is a representation of the data area specified in the LENGTH option; if that option is not used, the value is null.
setLength(DataRef),
COBOLPackage.getCicsReadPrevStmt_Length()void setLength(DataRef value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()boolean isRBA()
The value is true if the RBA option is used; false otherwise.
setRBA(boolean),
COBOLPackage.getCicsReadPrevStmt_RBA()void setRBA(boolean value)
RBA' attribute.
value - the new value of the 'RBA' attribute.isRBA()boolean isRRN()
The value is true if the RRN option is used; false otherwise.
setRRN(boolean),
COBOLPackage.getCicsReadPrevStmt_RRN()void setRRN(boolean value)
RRN' attribute.
value - the new value of the 'RRN' attribute.isRRN()boolean isNoSuspend()
The value is true if the NOSUSPEND option is used; false otherwise.
setNoSuspend(boolean),
COBOLPackage.getCicsReadPrevStmt_NoSuspend()void setNoSuspend(boolean value)
No Suspend' attribute.
value - the new value of the 'No Suspend' attribute.isNoSuspend()DataRefOrLiteral getKeyLength()
The value is a representation of the data value specified in the KEYLENGTH option; if that option is not used, the value is null.
setKeyLength(DataRefOrLiteral),
COBOLPackage.getCicsReadPrevStmt_KeyLength()void setKeyLength(DataRefOrLiteral value)
Key Length' containment reference.
value - the new value of the 'Key Length' containment reference.getKeyLength()boolean isXRBA()
The value is true if the XRBA option is used; false otherwise.
setXRBA(boolean),
COBOLPackage.getCicsReadPrevStmt_XRBA()