| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
CicsReceiveMapFromOrTerminalClause |
getFromOrTerminalClause()
Returns the value of the 'From Or Terminal Clause' containment reference.
|
CicsIntoOrSetClause |
getIntoOrSetClause()
Returns the value of the 'Into Or Set Clause' containment reference.
|
DataRefOrLiteral |
getMap()
Returns the value of the 'Map' containment reference.
|
DataRefOrLiteral |
getMapSet()
Returns the value of the 'Map Set' containment reference.
|
void |
setFromOrTerminalClause(CicsReceiveMapFromOrTerminalClause value)
Sets the value of the '
From Or Terminal Clause' containment reference. |
void |
setIntoOrSetClause(CicsIntoOrSetClause value)
Sets the value of the '
Into Or Set Clause' containment reference. |
void |
setMap(DataRefOrLiteral value)
Sets the value of the '
Map' containment reference. |
void |
setMapSet(DataRefOrLiteral value)
Sets the value of the '
Map Set' 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 getMap()
The value is a representation of the name specified in the MAP option.
setMap(DataRefOrLiteral),
COBOLPackage.getCicsReceiveMapStmt_Map()void setMap(DataRefOrLiteral value)
Map' containment reference.
value - the new value of the 'Map' containment reference.getMap()DataRefOrLiteral getMapSet()
The value is a representation of the name specified in the MAPSET option; if that option is not used, the value is null.
setMapSet(DataRefOrLiteral),
COBOLPackage.getCicsReceiveMapStmt_MapSet()void setMapSet(DataRefOrLiteral value)
Map Set' containment reference.
value - the new value of the 'Map Set' containment reference.getMapSet()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.getCicsReceiveMapStmt_IntoOrSetClause()void setIntoOrSetClause(CicsIntoOrSetClause value)
Into Or Set Clause' containment reference.
value - the new value of the 'Into Or Set Clause' containment reference.getIntoOrSetClause()CicsReceiveMapFromOrTerminalClause getFromOrTerminalClause()
The value is a representation of the FROM and TERMINAL options, and the options related to them. If the FROM and TERMINAL options are not used, the value is null.
setFromOrTerminalClause(CicsReceiveMapFromOrTerminalClause),
COBOLPackage.getCicsReceiveMapStmt_FromOrTerminalClause()void setFromOrTerminalClause(CicsReceiveMapFromOrTerminalClause value)
From Or Terminal Clause' containment reference.
value - the new value of the 'From Or Terminal Clause' containment reference.getFromOrTerminalClause()