public interface CicsGetNextContainerStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsGetNextContainerStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getBrowseToken()
Returns the value of the 'Browse Token' containment reference.
|
DataRef |
getContainer()
Returns the value of the 'Container' containment reference.
|
void |
setBrowseToken(DataRefOrLiteral value)
Sets the value of the '
Browse Token' containment reference. |
void |
setContainer(DataRef value)
Sets the value of the '
Container' 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
DataRef getContainer()
The value is a representation of the data area specified in the CONTAINER option.
setContainer(DataRef),
COBOLPackage.getCicsGetNextContainerStmt_Container()void setContainer(DataRef value)
Container' containment reference.
value - the new value of the 'Container' containment reference.getContainer()DataRefOrLiteral getBrowseToken()
The value is a representation of the data value specified in the BROWSETOKEN option.
setBrowseToken(DataRefOrLiteral),
COBOLPackage.getCicsGetNextContainerStmt_BrowseToken()void setBrowseToken(DataRefOrLiteral value)
Browse Token' containment reference.
value - the new value of the 'Browse Token' containment reference.getBrowseToken()