| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
CicsIntoOrSetClause |
getIntoOrSetClause()
Returns the value of the 'Into Or Set Clause' containment reference.
|
DataRef |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRef |
getQueue()
Returns the value of the 'Queue' containment reference.
|
DataRef |
getRTermId()
Returns the value of the 'RTerm Id' containment reference.
|
DataRef |
getRTransId()
Returns the value of the 'RTrans Id' containment reference.
|
boolean |
isWait()
Returns the value of the 'Wait' attribute.
|
void |
setIntoOrSetClause(CicsIntoOrSetClause value)
Sets the value of the '
Into Or Set Clause' containment reference. |
void |
setLength(DataRef value)
Sets the value of the '
Length' containment reference. |
void |
setQueue(DataRef value)
Sets the value of the '
Queue' containment reference. |
void |
setRTermId(DataRef value)
Sets the value of the '
RTerm Id' containment reference. |
void |
setRTransId(DataRef value)
Sets the value of the '
RTrans Id' containment reference. |
void |
setWait(boolean value)
Sets the value of the '
Wait' 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
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.getCicsRetrieveStmt_IntoOrSetClause()void setIntoOrSetClause(CicsIntoOrSetClause value)
Into Or Set Clause' containment reference.
value - the new value of the 'Into Or Set Clause' containment reference.getIntoOrSetClause()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.getCicsRetrieveStmt_Length()void setLength(DataRef value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()DataRef getRTransId()
The value is a representation of the data area specified in the RTRANSID option; if that option is not used, the value is null.
setRTransId(DataRef),
COBOLPackage.getCicsRetrieveStmt_RTransId()void setRTransId(DataRef value)
RTrans Id' containment reference.
value - the new value of the 'RTrans Id' containment reference.getRTransId()DataRef getRTermId()
The value is a representation of the data area specified in the RTERMID option; if that option is not used, the value is null.
setRTermId(DataRef),
COBOLPackage.getCicsRetrieveStmt_RTermId()void setRTermId(DataRef value)
RTerm Id' containment reference.
value - the new value of the 'RTerm Id' containment reference.getRTermId()DataRef getQueue()
The value is a representation of the data area specified in the QUEUE option; if that option is not used, the value is null.
setQueue(DataRef),
COBOLPackage.getCicsRetrieveStmt_Queue()void setQueue(DataRef value)
Queue' containment reference.
value - the new value of the 'Queue' containment reference.getQueue()boolean isWait()
The value is true if the WAIT option is used; false otherwise.
setWait(boolean),
COBOLPackage.getCicsRetrieveStmt_Wait()