public interface CicsSendTextNoEditStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsSendTextNoEditStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getFrom()
Returns the value of the 'From' containment reference.
|
DataRefOrLiteral |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRefOrLiteral |
getOutPartn()
Returns the value of the 'Out Partn' containment reference.
|
DataRefOrLiteral |
getReqId()
Returns the value of the 'Req Id' containment reference.
|
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 |
isFreeKB()
Returns the value of the 'Free KB' 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 |
setAlarm(boolean value)
Sets the value of the '
Alarm' attribute. |
void |
setAlternate(boolean value)
Sets the value of the '
Alternate' attribute. |
void |
setDefault(boolean value)
Sets the value of the '
Default' attribute. |
void |
setErase(boolean value)
Sets the value of the '
Erase' 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 |
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 |
setLength(DataRefOrLiteral value)
Sets the value of the '
Length' 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 |
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
DataRef getFrom()
The value is a representation of the data area specified in the FROM option.
setFrom(DataRef),
COBOLPackage.getCicsSendTextNoEditStmt_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.getCicsSendTextNoEditStmt_Length()void setLength(DataRefOrLiteral value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()boolean isErase()
The value is true if the ERASE option is used; false otherwise.
setErase(boolean),
COBOLPackage.getCicsSendTextNoEditStmt_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.getCicsSendTextNoEditStmt_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.getCicsSendTextNoEditStmt_Alternate()void setAlternate(boolean value)
Alternate' attribute.
value - the new value of the 'Alternate' attribute.isAlternate()boolean isPrint()
The value is true if the PRINT option is used; false otherwise.
setPrint(boolean),
COBOLPackage.getCicsSendTextNoEditStmt_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.getCicsSendTextNoEditStmt_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.getCicsSendTextNoEditStmt_Alarm()void setAlarm(boolean value)
Alarm' attribute.
value - the new value of the 'Alarm' attribute.isAlarm()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.getCicsSendTextNoEditStmt_OutPartn()void setOutPartn(DataRefOrLiteral value)
Out Partn' containment reference.
value - the new value of the 'Out Partn' containment reference.getOutPartn()boolean isTerminal()
The value is true if the TERMINAL option is used; false otherwise.
setTerminal(boolean),
COBOLPackage.getCicsSendTextNoEditStmt_Terminal()void setTerminal(boolean value)
Terminal' attribute.
value - the new value of the 'Terminal' attribute.isTerminal()boolean isWait()
The value is true if the WAIT option is used; false otherwise.
setWait(boolean),
COBOLPackage.getCicsSendTextNoEditStmt_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.getCicsSendTextNoEditStmt_Last()void setLast(boolean value)
Last' attribute.
value - the new value of the 'Last' attribute.isLast()boolean isPaging()
The value is true if the PAGING option is used; false otherwise.
setPaging(boolean),
COBOLPackage.getCicsSendTextNoEditStmt_Paging()void setPaging(boolean value)
Paging' attribute.
value - the new value of the 'Paging' attribute.isPaging()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.getCicsSendTextNoEditStmt_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.getCicsSendTextNoEditStmt_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.getCicsSendTextNoEditStmt_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.getCicsSendTextNoEditStmt_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.getCicsSendTextNoEditStmt_L80()