public interface CicsRetrieveReattachEventStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsRetrieveReattachEventStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getEvent()
Returns the value of the 'Event' containment reference.
|
DataRef |
getEventType()
Returns the value of the 'Event Type' 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. |
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.getCicsRetrieveReattachEventStmt_Event()void setEvent(DataRef value)
Event' containment reference.
value - the new value of the 'Event' containment reference.getEvent()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.getCicsRetrieveReattachEventStmt_EventType()void setEventType(DataRef value)
Event Type' containment reference.
value - the new value of the 'Event Type' containment reference.getEventType()