public interface CicsInputMessageClause extends ASTNode
The following features are supported:
COBOLPackage.getCicsInputMessageClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getInputMsg()
Returns the value of the 'Input Msg' containment reference.
|
DataRefOrLiteral |
getInputMsgLen()
Returns the value of the 'Input Msg Len' containment reference.
|
void |
setInputMsg(DataRef value)
Sets the value of the '
Input Msg' containment reference. |
void |
setInputMsgLen(DataRefOrLiteral value)
Sets the value of the '
Input Msg Len' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getInputMsg()
The value is a representation of the data area specified in the INPUTMSG option.
setInputMsg(DataRef),
COBOLPackage.getCicsInputMessageClause_InputMsg()void setInputMsg(DataRef value)
Input Msg' containment reference.
value - the new value of the 'Input Msg' containment reference.getInputMsg()DataRefOrLiteral getInputMsgLen()
The value is a representation of the data value specified in the INPUTMSGLEN option; if that option is not used, the value is null.
setInputMsgLen(DataRefOrLiteral),
COBOLPackage.getCicsInputMessageClause_InputMsgLen()void setInputMsgLen(DataRefOrLiteral value)
Input Msg Len' containment reference.
value - the new value of the 'Input Msg Len' containment reference.getInputMsgLen()