public interface CicsInquireEventStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsInquireEventStmt()| 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 |
getComposite()
Returns the value of the 'Composite' containment reference.
|
DataRefOrLiteral |
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 |
setActivityId(DataRefOrLiteral value)
Sets the value of the '
Activity Id' containment reference. |
void |
setComposite(DataRef value)
Sets the value of the '
Composite' containment reference. |
void |
setEvent(DataRefOrLiteral 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
DataRefOrLiteral getEvent()
The value is a representation of the data value specified in the EVENT option.
setEvent(DataRefOrLiteral),
COBOLPackage.getCicsInquireEventStmt_Event()void setEvent(DataRefOrLiteral value)
Event' containment reference.
value - the new value of the 'Event' containment reference.getEvent()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.getCicsInquireEventStmt_ActivityId()void setActivityId(DataRefOrLiteral value)
Activity Id' containment reference.
value - the new value of the 'Activity Id' containment reference.getActivityId()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.getCicsInquireEventStmt_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.getCicsInquireEventStmt_FireStatus()void setFireStatus(DataRef value)
Fire Status' containment reference.
value - the new value of the 'Fire Status' containment reference.getFireStatus()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.getCicsInquireEventStmt_Composite()void setComposite(DataRef value)
Composite' containment reference.
value - the new value of the 'Composite' containment reference.getComposite()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.getCicsInquireEventStmt_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.getCicsInquireEventStmt_Timer()void setTimer(DataRef value)
Timer' containment reference.
value - the new value of the 'Timer' containment reference.getTimer()