public interface CicsStartBrowseEventStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsStartBrowseEventStmt()| 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.
|
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. |
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 getBrowseToken()
The value is a representation of the data area specified in the BROWSETOKEN option.
setBrowseToken(DataRef),
COBOLPackage.getCicsStartBrowseEventStmt_BrowseToken()void setBrowseToken(DataRef value)
Browse Token' containment reference.
value - the new value of the 'Browse Token' containment reference.getBrowseToken()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.getCicsStartBrowseEventStmt_ActivityId()void setActivityId(DataRefOrLiteral value)
Activity Id' containment reference.
value - the new value of the 'Activity Id' containment reference.getActivityId()