| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
CicsDelayClause |
getDelayClause()
Returns the value of the 'Delay Clause' containment reference.
|
DataRefOrLiteral |
getReqId()
Returns the value of the 'Req Id' containment reference.
|
void |
setDelayClause(CicsDelayClause value)
Sets the value of the '
Delay Clause' containment reference. |
void |
setReqId(DataRefOrLiteral value)
Sets the value of the '
Req Id' containment reference. |
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
CicsDelayClause getDelayClause()
The value is a representation of the valid options other than the REQID option.
setDelayClause(CicsDelayClause),
COBOLPackage.getCicsDelayStmt_DelayClause()void setDelayClause(CicsDelayClause value)
Delay Clause' containment reference.
value - the new value of the 'Delay Clause' containment reference.getDelayClause()DataRefOrLiteral getReqId()
The value is a representation of the data name specified in the REQID option.
setReqId(DataRefOrLiteral),
COBOLPackage.getCicsDelayStmt_ReqId()void setReqId(DataRefOrLiteral value)
Req Id' containment reference.
value - the new value of the 'Req Id' containment reference.getReqId()