public interface CicsSendTextMappedStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsSendTextMappedStmt()| 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 |
getReqId()
Returns the value of the 'Req Id' containment reference.
|
boolean |
isLast()
Returns the value of the 'Last' attribute.
|
boolean |
isPaging()
Returns the value of the 'Paging' attribute.
|
boolean |
isTerminal()
Returns the value of the 'Terminal' attribute.
|
boolean |
isWait()
Returns the value of the 'Wait' attribute.
|
void |
setFrom(DataRef value)
Sets the value of the '
From' containment reference. |
void |
setLast(boolean value)
Sets the value of the '
Last' attribute. |
void |
setLength(DataRefOrLiteral value)
Sets the value of the '
Length' containment reference. |
void |
setPaging(boolean value)
Sets the value of the '
Paging' 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.getCicsSendTextMappedStmt_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.getCicsSendTextMappedStmt_Length()void setLength(DataRefOrLiteral value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()boolean isTerminal()
The value is true if the TERMINAL option is used; false otherwise.
setTerminal(boolean),
COBOLPackage.getCicsSendTextMappedStmt_Terminal()void setTerminal(boolean value)
Terminal' attribute.
value - the new value of the 'Terminal' attribute.isTerminal()boolean isPaging()
The value is true if the PAGING option is used; false otherwise.
setPaging(boolean),
COBOLPackage.getCicsSendTextMappedStmt_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.getCicsSendTextMappedStmt_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.getCicsSendTextMappedStmt_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.getCicsSendTextMappedStmt_ReqId()void setReqId(DataRefOrLiteral value)
Req Id' containment reference.
value - the new value of the 'Req Id' containment reference.getReqId()