| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getChannel()
Returns the value of the 'Channel' containment reference.
|
CicsCommunicationAreaClause |
getCommAreaClause()
Returns the value of the 'Comm Area Clause' containment reference.
|
CicsInputMessageClause |
getInputMsgClause()
Returns the value of the 'Input Msg Clause' containment reference.
|
DataRefOrLiteral |
getProgram()
Returns the value of the 'Program' containment reference.
|
void |
setChannel(DataRefOrLiteral value)
Sets the value of the '
Channel' containment reference. |
void |
setCommAreaClause(CicsCommunicationAreaClause value)
Sets the value of the '
Comm Area Clause' containment reference. |
void |
setInputMsgClause(CicsInputMessageClause value)
Sets the value of the '
Input Msg Clause' containment reference. |
void |
setProgram(DataRefOrLiteral value)
Sets the value of the '
Program' 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
DataRefOrLiteral getProgram()
The value is a representation of the name specified in the PROGRAM option.
setProgram(DataRefOrLiteral),
COBOLPackage.getCicsXCTLStmt_Program()void setProgram(DataRefOrLiteral value)
Program' containment reference.
value - the new value of the 'Program' containment reference.getProgram()CicsCommunicationAreaClause getCommAreaClause()
The value is a representation of the COMMAREA and CHANNEL options; if those options are not used, the value is null.
setCommAreaClause(CicsCommunicationAreaClause),
COBOLPackage.getCicsXCTLStmt_CommAreaClause()void setCommAreaClause(CicsCommunicationAreaClause value)
Comm Area Clause' containment reference.
value - the new value of the 'Comm Area Clause' containment reference.getCommAreaClause()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.getCicsXCTLStmt_InputMsgClause()void setInputMsgClause(CicsInputMessageClause value)
Input Msg Clause' containment reference.
value - the new value of the 'Input Msg Clause' containment reference.getInputMsgClause()DataRefOrLiteral getChannel()
The value is a representation of the name specified in the CHANNEL option; if that option is not used, the value is null.
setChannel(DataRefOrLiteral),
COBOLPackage.getCicsXCTLStmt_Channel()void setChannel(DataRefOrLiteral value)
Channel' containment reference.
value - the new value of the 'Channel' containment reference.getChannel()