public interface CicsQueryChannelStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsQueryChannelStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getChannel()
Returns the value of the 'Channel' containment reference.
|
DataRef |
getContainerCnt()
Returns the value of the 'Container Cnt' containment reference.
|
void |
setChannel(DataRefOrLiteral value)
Sets the value of the '
Channel' containment reference. |
void |
setContainerCnt(DataRef value)
Sets the value of the '
Container Cnt' 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 getChannel()
If the meaning of the 'Channel' containment reference isn't clear, there really should be more of a description here...
setChannel(DataRefOrLiteral),
COBOLPackage.getCicsQueryChannelStmt_Channel()void setChannel(DataRefOrLiteral value)
Channel' containment reference.
value - the new value of the 'Channel' containment reference.getChannel()DataRef getContainerCnt()
If the meaning of the 'Container Cnt' containment reference isn't clear, there really should be more of a description here...
setContainerCnt(DataRef),
COBOLPackage.getCicsQueryChannelStmt_ContainerCnt()void setContainerCnt(DataRef value)
Container Cnt' containment reference.
value - the new value of the 'Container Cnt' containment reference.getContainerCnt()