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