public interface CicsGetNextEventStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsGetNextEventStmt()| 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 |
getComposite()
Returns the value of the 'Composite' containment reference.
|
DataRef |
getEvent()
Returns the value of the 'Event' containment reference.
|
DataRef |
getEventType()
Returns the value of the 'Event Type' containment reference.
|
DataRef |
getFireStatus()
Returns the value of the 'Fire Status' containment reference.
|
DataRef |
getPredicate()
Returns the value of the 'Predicate' containment reference.
|
DataRef |
getTimer()
Returns the value of the 'Timer' containment reference.
|
void |
setBrowseToken(DataRefOrLiteral value)
Sets the value of the '
Browse Token' containment reference. |
void |
setComposite(DataRef value)
Sets the value of the '
Composite' containment reference. |
void |
setEvent(DataRef value)
Sets the value of the '
Event' containment reference. |
void |
setEventType(DataRef value)
Sets the value of the '
Event Type' containment reference. |
void |
setFireStatus(DataRef value)
Sets the value of the '
Fire Status' containment reference. |
void |
setPredicate(DataRef value)
Sets the value of the '
Predicate' containment reference. |
void |
setTimer(DataRef value)
Sets the value of the '
Timer' 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 getEvent()
The value is a representation of the data area specified in the EVENT option.
setEvent(DataRef),
COBOLPackage.getCicsGetNextEventStmt_Event()void setEvent(DataRef value)
Event' containment reference.
value - the new value of the 'Event' containment reference.getEvent()DataRefOrLiteral getBrowseToken()
The value is a representation of the data value specified in the BROWSETOKEN option.
setBrowseToken(DataRefOrLiteral),
COBOLPackage.getCicsGetNextEventStmt_BrowseToken()void setBrowseToken(DataRefOrLiteral value)
Browse Token' containment reference.
value - the new value of the 'Browse Token' containment reference.getBrowseToken()DataRef getComposite()
The value is a representation of the data area specified in the COMPOSITE option; if that option is not used, the value is null.
setComposite(DataRef),
COBOLPackage.getCicsGetNextEventStmt_Composite()void setComposite(DataRef value)
Composite' containment reference.
value - the new value of the 'Composite' containment reference.getComposite()DataRef getEventType()
The value is a representation of the CICS value data area specified in the EVENTTYPE option; if that option is not used, the value is null.
setEventType(DataRef),
COBOLPackage.getCicsGetNextEventStmt_EventType()void setEventType(DataRef value)
Event Type' containment reference.
value - the new value of the 'Event Type' containment reference.getEventType()DataRef getFireStatus()
The value is a representation of the CICS value data area specified in the FIRESTATUS option; if that option is not used, the value is null.
setFireStatus(DataRef),
COBOLPackage.getCicsGetNextEventStmt_FireStatus()void setFireStatus(DataRef value)
Fire Status' containment reference.
value - the new value of the 'Fire Status' containment reference.getFireStatus()DataRef getPredicate()
The value is a representation of the CICS value data area specified in the PREDICATE option; if that option is not used, the value is null.
setPredicate(DataRef),
COBOLPackage.getCicsGetNextEventStmt_Predicate()void setPredicate(DataRef value)
Predicate' containment reference.
value - the new value of the 'Predicate' containment reference.getPredicate()DataRef getTimer()
The value is a representation of the data area specified in the TIMER option; if that option is not used, the value is null.
setTimer(DataRef),
COBOLPackage.getCicsGetNextEventStmt_Timer()void setTimer(DataRef value)
Timer' containment reference.
value - the new value of the 'Timer' containment reference.getTimer()