public interface CicsDefineCompositeEventStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsDefineCompositeEventStmt()| 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.
|
java.util.List |
getSubevents()
Returns the value of the 'Subevents' containment reference list.
|
boolean |
isAnd()
Returns the value of the 'And' attribute.
|
boolean |
isOr()
Returns the value of the 'Or' attribute.
|
void |
setAnd(boolean value)
Sets the value of the '
And' attribute. |
void |
setEvent(DataRefOrLiteral value)
Sets the value of the '
Event' containment reference. |
void |
setOr(boolean value)
Sets the value of the '
Or' attribute. |
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.getCicsDefineCompositeEventStmt_Event()void setEvent(DataRefOrLiteral value)
Event' containment reference.
value - the new value of the 'Event' containment reference.getEvent()boolean isAnd()
The value is true if AND appears in the command; false otherwise.
setAnd(boolean),
COBOLPackage.getCicsDefineCompositeEventStmt_And()void setAnd(boolean value)
And' attribute.
value - the new value of the 'And' attribute.isAnd()boolean isOr()
The value is true if OR appears in the command; false otherwise.
setOr(boolean),
COBOLPackage.getCicsDefineCompositeEventStmt_Or()void setOr(boolean value)
Or' attribute.
value - the new value of the 'Or' attribute.isOr()java.util.List getSubevents()
CicsSubeventClause.
The list contains a representation of the SUBEVENT options.
COBOLPackage.getCicsDefineCompositeEventStmt_Subevents()