public interface CicsSendControlStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsSendControlStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getActPartn()
Returns the value of the 'Act Partn' containment reference.
|
CicsCursorClause |
getCursorClause()
Returns the value of the 'Cursor Clause' containment reference.
|
DataRefOrLiteral |
getLDC()
Returns the value of the 'LDC' containment reference.
|
DataRefOrLiteral |
getMSR()
Returns the value of the 'MSR' containment reference.
|
DataRefOrLiteral |
getOutPartn()
Returns the value of the 'Out Partn' containment reference.
|
DataRefOrLiteral |
getReqId()
Returns the value of the 'Req Id' containment reference.
|
DataRef |
getSet()
Returns the value of the 'Set' containment reference.
|
boolean |
isAccum()
Returns the value of the 'Accum' attribute.
|
boolean |
isAlarm()
Returns the value of the 'Alarm' attribute.
|
boolean |
isAlternate()
Returns the value of the 'Alternate' attribute.
|
boolean |
isDefault()
Returns the value of the 'Default' 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 |
isHONEOM()
Returns the value of the 'HONEOM' attribute.
|
boolean |
isL40()
Returns the value of the 'L40' attribute.
|
boolean |
isL64()
Returns the value of the 'L64' attribute.
|
boolean |
isL80()
Returns the value of the 'L80' attribute.
|
boolean |
isLast()
Returns the value of the 'Last' attribute.
|
boolean |
isPaging()
Returns the value of the 'Paging' attribute.
|
boolean |
isPrint()
Returns the value of the 'Print' attribute.
|
boolean |
isTerminal()
Returns the value of the 'Terminal' attribute.
|
boolean |
isWait()
Returns the value of the 'Wait' attribute.
|
void |
setAccum(boolean value)
Sets the value of the '
Accum' attribute. |
void |
setActPartn(DataRefOrLiteral value)
Sets the value of the '
Act Partn' containment reference. |
void |
setAlarm(boolean value)
Sets the value of the '
Alarm' attribute. |
void |
setAlternate(boolean value)
Sets the value of the '
Alternate' attribute. |
void |
setCursorClause(CicsCursorClause value)
Sets the value of the '
Cursor Clause' containment reference. |
void |
setDefault(boolean value)
Sets the value of the '
Default' 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 |
setFRSet(boolean value)
Sets the value of the '
FR Set' attribute. |
void |
setHONEOM(boolean value)
Sets the value of the '
HONEOM' attribute. |
void |
setL40(boolean value)
Sets the value of the '
L40' attribute. |
void |
setL64(boolean value)
Sets the value of the '
L64' attribute. |
void |
setL80(boolean value)
Sets the value of the '
L80' attribute. |
void |
setLast(boolean value)
Sets the value of the '
Last' attribute. |
void |
setLDC(DataRefOrLiteral value)
Sets the value of the '
LDC' containment reference. |
void |
setMSR(DataRefOrLiteral value)
Sets the value of the '
MSR' containment reference. |
void |
setOutPartn(DataRefOrLiteral value)
Sets the value of the '
Out Partn' containment reference. |
void |
setPaging(boolean value)
Sets the value of the '
Paging' attribute. |
void |
setPrint(boolean value)
Sets the value of the '
Print' attribute. |
void |
setReqId(DataRefOrLiteral value)
Sets the value of the '
Req Id' containment reference. |
void |
setSet(DataRef value)
Sets the value of the '
Set' containment reference. |
void |
setTerminal(boolean value)
Sets the value of the '
Terminal' attribute. |
void |
setWait(boolean value)
Sets the value of the '
Wait' attribute. |
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
CicsCursorClause getCursorClause()
The value is a representation of the CURSOR option; if that option is not used, the value is null.
setCursorClause(CicsCursorClause),
COBOLPackage.getCicsSendControlStmt_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.getCicsSendControlStmt_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.getCicsSendControlStmt_Erase()void setErase(boolean value)
Erase' attribute.
value - the new value of the 'Erase' attribute.isErase()boolean isDefault()
The value is true if the DEFAULT option is used; false otherwise.
setDefault(boolean),
COBOLPackage.getCicsSendControlStmt_Default()void setDefault(boolean value)
Default' attribute.
value - the new value of the 'Default' attribute.isDefault()boolean isAlternate()
The value is true if the ALTERNATE option is used; false otherwise.
setAlternate(boolean),
COBOLPackage.getCicsSendControlStmt_Alternate()void setAlternate(boolean value)
Alternate' attribute.
value - the new value of the 'Alternate' attribute.isAlternate()boolean isEraseAUP()
The value is true if the ERASEAUP option is used; false otherwise.
setEraseAUP(boolean),
COBOLPackage.getCicsSendControlStmt_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.getCicsSendControlStmt_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.getCicsSendControlStmt_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.getCicsSendControlStmt_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.getCicsSendControlStmt_FRSet()void setFRSet(boolean value)
FR Set' attribute.
value - the new value of the 'FR Set' attribute.isFRSet()DataRefOrLiteral getMSR()
The value is a representation of the data value specified in the MSR option; if that option is not used, the value is null.
setMSR(DataRefOrLiteral),
COBOLPackage.getCicsSendControlStmt_MSR()void setMSR(DataRefOrLiteral value)
MSR' containment reference.
value - the new value of the 'MSR' containment reference.getMSR()DataRefOrLiteral getOutPartn()
The value is a representation of the name specified in the OUTPARTN option; if that option is not used, the value is null.
setOutPartn(DataRefOrLiteral),
COBOLPackage.getCicsSendControlStmt_OutPartn()void setOutPartn(DataRefOrLiteral value)
Out Partn' containment reference.
value - the new value of the 'Out Partn' containment reference.getOutPartn()DataRefOrLiteral getActPartn()
The value is a representation of the name specified in the ACTPARTN option; if that option is not used, the value is null.
setActPartn(DataRefOrLiteral),
COBOLPackage.getCicsSendControlStmt_ActPartn()void setActPartn(DataRefOrLiteral value)
Act Partn' containment reference.
value - the new value of the 'Act Partn' containment reference.getActPartn()DataRefOrLiteral getLDC()
The value is a representation of the name specified in the LDC option; if that option is not used, the value is null.
setLDC(DataRefOrLiteral),
COBOLPackage.getCicsSendControlStmt_LDC()void setLDC(DataRefOrLiteral value)
LDC' containment reference.
value - the new value of the 'LDC' containment reference.getLDC()boolean isAccum()
The value is true if the ACCUM option is used; false otherwise.
setAccum(boolean),
COBOLPackage.getCicsSendControlStmt_Accum()void setAccum(boolean value)
Accum' attribute.
value - the new value of the 'Accum' attribute.isAccum()boolean isTerminal()
The value is true if the TERMINAL option is used; false otherwise.
setTerminal(boolean),
COBOLPackage.getCicsSendControlStmt_Terminal()void setTerminal(boolean value)
Terminal' attribute.
value - the new value of the 'Terminal' attribute.isTerminal()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.getCicsSendControlStmt_Set()void setSet(DataRef value)
Set' containment reference.
value - the new value of the 'Set' containment reference.getSet()boolean isPaging()
The value is true if the PAGING option is used; false otherwise.
setPaging(boolean),
COBOLPackage.getCicsSendControlStmt_Paging()void setPaging(boolean value)
Paging' attribute.
value - the new value of the 'Paging' attribute.isPaging()boolean isWait()
The value is true if the WAIT option is used; false otherwise.
setWait(boolean),
COBOLPackage.getCicsSendControlStmt_Wait()void setWait(boolean value)
Wait' attribute.
value - the new value of the 'Wait' attribute.isWait()boolean isLast()
The value is true if the LAST option is used; false otherwise.
setLast(boolean),
COBOLPackage.getCicsSendControlStmt_Last()void setLast(boolean value)
Last' attribute.
value - the new value of the 'Last' attribute.isLast()DataRefOrLiteral getReqId()
The value is a representation of the name specified in the REQID option; if that option is not used, the value is null.
setReqId(DataRefOrLiteral),
COBOLPackage.getCicsSendControlStmt_ReqId()void setReqId(DataRefOrLiteral value)
Req Id' containment reference.
value - the new value of the 'Req Id' containment reference.getReqId()boolean isHONEOM()
The value is true if the HONEOM option is used; false otherwise.
setHONEOM(boolean),
COBOLPackage.getCicsSendControlStmt_HONEOM()void setHONEOM(boolean value)
HONEOM' attribute.
value - the new value of the 'HONEOM' attribute.isHONEOM()boolean isL40()
The value is true if the L40 option is used; false otherwise.
setL40(boolean),
COBOLPackage.getCicsSendControlStmt_L40()void setL40(boolean value)
L40' attribute.
value - the new value of the 'L40' attribute.isL40()boolean isL64()
The value is true if the L64 option is used; false otherwise.
setL64(boolean),
COBOLPackage.getCicsSendControlStmt_L64()void setL64(boolean value)
L64' attribute.
value - the new value of the 'L64' attribute.isL64()boolean isL80()
The value is true if the L80 option is used; false otherwise.
setL80(boolean),
COBOLPackage.getCicsSendControlStmt_L80()