public interface CicsGetNextProcessStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsGetNextProcessStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getActivityId()
Returns the value of the 'Activity Id' containment reference.
|
DataRefOrLiteral |
getBrowseToken()
Returns the value of the 'Browse Token' containment reference.
|
DataRef |
getProcess()
Returns the value of the 'Process' containment reference.
|
void |
setActivityId(DataRef value)
Sets the value of the '
Activity Id' containment reference. |
void |
setBrowseToken(DataRefOrLiteral value)
Sets the value of the '
Browse Token' containment reference. |
void |
setProcess(DataRef value)
Sets the value of the '
Process' 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 getProcess()
The value is a representation of the data area specified in the PROCESS option.
setProcess(DataRef),
COBOLPackage.getCicsGetNextProcessStmt_Process()void setProcess(DataRef value)
Process' containment reference.
value - the new value of the 'Process' containment reference.getProcess()DataRefOrLiteral getBrowseToken()
The value is a representation of the data value specified in the BROWSETOKEN option.
setBrowseToken(DataRefOrLiteral),
COBOLPackage.getCicsGetNextProcessStmt_BrowseToken()void setBrowseToken(DataRefOrLiteral value)
Browse Token' containment reference.
value - the new value of the 'Browse Token' containment reference.getBrowseToken()DataRef getActivityId()
The value is a representation of the data area specified in the ACTIVITYID option; if that option is not used, the value is null.
setActivityId(DataRef),
COBOLPackage.getCicsGetNextProcessStmt_ActivityId()void setActivityId(DataRef value)
Activity Id' containment reference.
value - the new value of the 'Activity Id' containment reference.getActivityId()