public interface CicsReceiveMapMappingDevStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsReceiveMapMappingDevStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getAId()
Returns the value of the 'AId' containment reference.
|
DataRefOrLiteral |
getCursor()
Returns the value of the 'Cursor' containment reference.
|
DataRef |
getFrom()
Returns the value of the 'From' containment reference.
|
CicsIntoOrSetClause |
getIntoOrSetClause()
Returns the value of the 'Into Or Set Clause' containment reference.
|
DataRefOrLiteral |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRefOrLiteral |
getMap()
Returns the value of the 'Map' containment reference.
|
DataRefOrLiteral |
getMappingDev()
Returns the value of the 'Mapping Dev' containment reference.
|
DataRefOrLiteral |
getMapSet()
Returns the value of the 'Map Set' containment reference.
|
void |
setAId(DataRefOrLiteral value)
Sets the value of the '
AId' containment reference. |
void |
setCursor(DataRefOrLiteral value)
Sets the value of the '
Cursor' containment reference. |
void |
setFrom(DataRef value)
Sets the value of the '
From' containment reference. |
void |
setIntoOrSetClause(CicsIntoOrSetClause value)
Sets the value of the '
Into Or Set Clause' containment reference. |
void |
setLength(DataRefOrLiteral value)
Sets the value of the '
Length' containment reference. |
void |
setMap(DataRefOrLiteral value)
Sets the value of the '
Map' containment reference. |
void |
setMappingDev(DataRefOrLiteral value)
Sets the value of the '
Mapping Dev' 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.getCicsReceiveMapMappingDevStmt_Map()void setMap(DataRefOrLiteral value)
Map' containment reference.
value - the new value of the 'Map' containment reference.getMap()DataRefOrLiteral getMappingDev()
The value is a representation of the data value specified in the MAPPINGDEV option.
setMappingDev(DataRefOrLiteral),
COBOLPackage.getCicsReceiveMapMappingDevStmt_MappingDev()void setMappingDev(DataRefOrLiteral value)
Mapping Dev' containment reference.
value - the new value of the 'Mapping Dev' containment reference.getMappingDev()DataRef getFrom()
The value is a representation of the data area specified in the FROM option.
setFrom(DataRef),
COBOLPackage.getCicsReceiveMapMappingDevStmt_From()void setFrom(DataRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()DataRefOrLiteral getLength()
The value is a representation of the data value specified in the LENGTH option; if that option is not used, the value is null.
setLength(DataRefOrLiteral),
COBOLPackage.getCicsReceiveMapMappingDevStmt_Length()void setLength(DataRefOrLiteral value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()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.getCicsReceiveMapMappingDevStmt_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.getCicsReceiveMapMappingDevStmt_IntoOrSetClause()void setIntoOrSetClause(CicsIntoOrSetClause value)
Into Or Set Clause' containment reference.
value - the new value of the 'Into Or Set Clause' containment reference.getIntoOrSetClause()DataRefOrLiteral getAId()
The value is a representation of the data value specified in the AID option.
setAId(DataRefOrLiteral),
COBOLPackage.getCicsReceiveMapMappingDevStmt_AId()void setAId(DataRefOrLiteral value)
AId' containment reference.
value - the new value of the 'AId' containment reference.getAId()DataRefOrLiteral getCursor()
The value is a representation of the data value specified in the CURSOR option.
setCursor(DataRefOrLiteral),
COBOLPackage.getCicsReceiveMapMappingDevStmt_Cursor()void setCursor(DataRefOrLiteral value)
Cursor' containment reference.
value - the new value of the 'Cursor' containment reference.getCursor()