public interface CicsSendMapMappingDevStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsSendMapMappingDevStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
CicsCursorClause |
getCursorClause()
Returns the value of the 'Cursor Clause' containment reference.
|
DataRef |
getFrom()
Returns the value of the 'From' 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.
|
DataRef |
getSet()
Returns the value of the 'Set' containment reference.
|
boolean |
isAlarm()
Returns the value of the 'Alarm' attribute.
|
boolean |
isDataOnly()
Returns the value of the 'Data Only' attribute.
|
boolean |
isErase()
Returns the value of the 'Erase' attribute.
|
boolean |
isEraseAUP()
Returns the value of the 'Erase AUP' attribute.
|
boolean |
isFormFeed()
Returns the value of the 'Form Feed' attribute.
|
boolean |
isFreeKB()
Returns the value of the 'Free KB' attribute.
|
boolean |
isFRSet()
Returns the value of the 'FR Set' attribute.
|
boolean |
isMapOnly()
Returns the value of the 'Map Only' attribute.
|
boolean |
isPrint()
Returns the value of the 'Print' attribute.
|
void |
setAlarm(boolean value)
Sets the value of the '
Alarm' attribute. |
void |
setCursorClause(CicsCursorClause value)
Sets the value of the '
Cursor Clause' containment reference. |
void |
setDataOnly(boolean value)
Sets the value of the '
Data Only' attribute. |
void |
setErase(boolean value)
Sets the value of the '
Erase' attribute. |
void |
setEraseAUP(boolean value)
Sets the value of the '
Erase AUP' attribute. |
void |
setFormFeed(boolean value)
Sets the value of the '
Form Feed' attribute. |
void |
setFreeKB(boolean value)
Sets the value of the '
Free KB' attribute. |
void |
setFrom(DataRef value)
Sets the value of the '
From' containment reference. |
void |
setFRSet(boolean value)
Sets the value of the '
FR Set' attribute. |
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 |
setMapOnly(boolean value)
Sets the value of the '
Map Only' attribute. |
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. |
void |
setPrint(boolean value)
Sets the value of the '
Print' attribute. |
void |
setSet(DataRef value)
Sets the value of the '
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.getCicsSendMapMappingDevStmt_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.getCicsSendMapMappingDevStmt_MappingDev()void setMappingDev(DataRefOrLiteral value)
Mapping Dev' containment reference.
value - the new value of the 'Mapping Dev' containment reference.getMappingDev()DataRef getSet()
The value is a representation of the pointer reference specified in the SET option; if that option is not used, the value is null.
setSet(DataRef),
COBOLPackage.getCicsSendMapMappingDevStmt_Set()void setSet(DataRef value)
Set' containment reference.
value - the new value of the 'Set' containment reference.getSet()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.getCicsSendMapMappingDevStmt_MapSet()void setMapSet(DataRefOrLiteral value)
Map Set' containment reference.
value - the new value of the 'Map Set' containment reference.getMapSet()DataRef getFrom()
The value is a representation of the data area specified in the FROM option; if that option is not used, the value is null.
setFrom(DataRef),
COBOLPackage.getCicsSendMapMappingDevStmt_From()void setFrom(DataRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()boolean isDataOnly()
The value is true if the DATAONLY option is used; false otherwise.
setDataOnly(boolean),
COBOLPackage.getCicsSendMapMappingDevStmt_DataOnly()void setDataOnly(boolean value)
Data Only' attribute.
value - the new value of the 'Data Only' attribute.isDataOnly()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.getCicsSendMapMappingDevStmt_Length()void setLength(DataRefOrLiteral value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()boolean isMapOnly()
The value is true if the MAPONLY option is used; false otherwise.
setMapOnly(boolean),
COBOLPackage.getCicsSendMapMappingDevStmt_MapOnly()void setMapOnly(boolean value)
Map Only' attribute.
value - the new value of the 'Map Only' attribute.isMapOnly()CicsCursorClause getCursorClause()
The value is a representation of the CURSOR option; if that option is not used, the value is null.
setCursorClause(CicsCursorClause),
COBOLPackage.getCicsSendMapMappingDevStmt_CursorClause()void setCursorClause(CicsCursorClause value)
Cursor Clause' containment reference.
value - the new value of the 'Cursor Clause' containment reference.getCursorClause()boolean isFormFeed()
The value is true if the FORMFEED option is used; false otherwise.
setFormFeed(boolean),
COBOLPackage.getCicsSendMapMappingDevStmt_FormFeed()void setFormFeed(boolean value)
Form Feed' attribute.
value - the new value of the 'Form Feed' attribute.isFormFeed()boolean isErase()
The value is true if the ERASE option is used; false otherwise.
setErase(boolean),
COBOLPackage.getCicsSendMapMappingDevStmt_Erase()void setErase(boolean value)
Erase' attribute.
value - the new value of the 'Erase' attribute.isErase()boolean isEraseAUP()
The value is true if the ERASEAUP option is used; false otherwise.
setEraseAUP(boolean),
COBOLPackage.getCicsSendMapMappingDevStmt_EraseAUP()void setEraseAUP(boolean value)
Erase AUP' attribute.
value - the new value of the 'Erase AUP' attribute.isEraseAUP()boolean isPrint()
The value is true if the PRINT option is used; false otherwise.
setPrint(boolean),
COBOLPackage.getCicsSendMapMappingDevStmt_Print()void setPrint(boolean value)
Print' attribute.
value - the new value of the 'Print' attribute.isPrint()boolean isFreeKB()
The value is true if the FREEKB option is used; false otherwise.
setFreeKB(boolean),
COBOLPackage.getCicsSendMapMappingDevStmt_FreeKB()void setFreeKB(boolean value)
Free KB' attribute.
value - the new value of the 'Free KB' attribute.isFreeKB()boolean isAlarm()
The value is true if the ALARM option is used; false otherwise.
setAlarm(boolean),
COBOLPackage.getCicsSendMapMappingDevStmt_Alarm()void setAlarm(boolean value)
Alarm' attribute.
value - the new value of the 'Alarm' attribute.isAlarm()boolean isFRSet()
The value is true if the FRSET option is used; false otherwise.
setFRSet(boolean),
COBOLPackage.getCicsSendMapMappingDevStmt_FRSet()