public interface CicsStartBrowseContainerStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsStartBrowseContainerStmt()| 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 |
getChannel()
Returns the value of the 'Channel' 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 |
setChannel(DataRefOrLiteral value)
Sets the value of the '
Channel' 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.getCicsStartBrowseContainerStmt_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.getCicsStartBrowseContainerStmt_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.getCicsStartBrowseContainerStmt_ProcessType()void setProcessType(DataRefOrLiteral value)
Process Type' containment reference.
value - the new value of the 'Process Type' containment reference.getProcessType()DataRefOrLiteral getChannel()
The value is a representation of the data value specified in the CHANNEL option; if that option is not used, the value is null.
setChannel(DataRefOrLiteral),
COBOLPackage.getCicsStartBrowseContainerStmt_Channel()void setChannel(DataRefOrLiteral value)
Channel' containment reference.
value - the new value of the 'Channel' containment reference.getChannel()DataRef getBrowseToken()
The value is a representation of the data area specified in the BROWSETOKEN option.
setBrowseToken(DataRef),
COBOLPackage.getCicsStartBrowseContainerStmt_BrowseToken()void setBrowseToken(DataRef value)
Browse Token' containment reference.
value - the new value of the 'Browse Token' containment reference.getBrowseToken()