| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
CicsInputMessageClause |
getInputMsgClause()
Returns the value of the 'Input Msg Clause' containment reference.
|
CicsReturnTransactionIdClause |
getTransIdClause()
Returns the value of the 'Trans Id Clause' containment reference.
|
boolean |
isEndActivity()
Returns the value of the 'End Activity' attribute.
|
void |
setEndActivity(boolean value)
Sets the value of the '
End Activity' attribute. |
void |
setInputMsgClause(CicsInputMessageClause value)
Sets the value of the '
Input Msg Clause' containment reference. |
void |
setTransIdClause(CicsReturnTransactionIdClause value)
Sets the value of the '
Trans Id Clause' 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
CicsReturnTransactionIdClause getTransIdClause()
The value is a representation of the TRANSID option and related options; if the TRANSID option is not used, the value is null.
setTransIdClause(CicsReturnTransactionIdClause),
COBOLPackage.getCicsReturnStmt_TransIdClause()void setTransIdClause(CicsReturnTransactionIdClause value)
Trans Id Clause' containment reference.
value - the new value of the 'Trans Id Clause' containment reference.getTransIdClause()CicsInputMessageClause getInputMsgClause()
The value is a representation of the INPUTMSG and INPUTMSGLEN options; if those options are not used, the value is null.
setInputMsgClause(CicsInputMessageClause),
COBOLPackage.getCicsReturnStmt_InputMsgClause()void setInputMsgClause(CicsInputMessageClause value)
Input Msg Clause' containment reference.
value - the new value of the 'Input Msg Clause' containment reference.getInputMsgClause()boolean isEndActivity()
The value is true if the ENDACTIVITY option is used; false otherwise.
setEndActivity(boolean),
COBOLPackage.getCicsReturnStmt_EndActivity()void setEndActivity(boolean value)
End Activity' attribute.
value - the new value of the 'End Activity' attribute.isEndActivity()