public interface CicsSignalEventStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsSignalEventStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getEvent()
Returns the value of the 'Event' containment reference.
|
DataRef |
getFrom()
Returns the value of the 'From' containment reference.
|
DataRefOrLiteral |
getFromChannel()
Returns the value of the 'From Channel' containment reference.
|
DataRefOrLiteral |
getFromLength()
Returns the value of the 'From Length' containment reference.
|
void |
setEvent(DataRefOrLiteral value)
Sets the value of the '
Event' containment reference. |
void |
setFrom(DataRef value)
Sets the value of the '
From' containment reference. |
void |
setFromChannel(DataRefOrLiteral value)
Sets the value of the '
From Channel' containment reference. |
void |
setFromLength(DataRefOrLiteral value)
Sets the value of the '
From Length' 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.getCicsSignalEventStmt_Event()void setEvent(DataRefOrLiteral value)
Event' containment reference.
value - the new value of the 'Event' containment reference.getEvent()DataRefOrLiteral getFromChannel()
The value is a representation of the data value specified in the FROMCHANNEL option; if that option is not used, the value is null.
setFromChannel(DataRefOrLiteral),
COBOLPackage.getCicsSignalEventStmt_FromChannel()void setFromChannel(DataRefOrLiteral value)
From Channel' containment reference.
value - the new value of the 'From Channel' containment reference.getFromChannel()DataRef getFrom()
The value is a representation of the data area specified in the FROM option; if that option is not used, the value is null.
setFrom(DataRef),
COBOLPackage.getCicsSignalEventStmt_From()void setFrom(DataRef value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()DataRefOrLiteral getFromLength()
The value is a representation of the data value specified in the FROMLENGTH option; if that option is not used, the value is null.
setFromLength(DataRefOrLiteral),
COBOLPackage.getCicsSignalEventStmt_FromLength()void setFromLength(DataRefOrLiteral value)
From Length' containment reference.
value - the new value of the 'From Length' containment reference.getFromLength()