public interface CicsWaitExternalStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWaitExternalStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getECBList()
Returns the value of the 'ECB List' containment reference.
|
DataRefOrLiteral |
getName()
Returns the value of the 'Name' containment reference.
|
DataRefOrLiteral |
getNumEvents()
Returns the value of the 'Num Events' containment reference.
|
DataRefOrLiteral |
getPurgeability()
Returns the value of the 'Purgeability' containment reference.
|
boolean |
isNotPurgeable()
Returns the value of the 'Not Purgeable' attribute.
|
boolean |
isPurgeable()
Returns the value of the 'Purgeable' attribute.
|
void |
setECBList(DataRefOrLiteral value)
Sets the value of the '
ECB List' containment reference. |
void |
setName(DataRefOrLiteral value)
Sets the value of the '
Name' containment reference. |
void |
setNotPurgeable(boolean value)
Sets the value of the '
Not Purgeable' attribute. |
void |
setNumEvents(DataRefOrLiteral value)
Sets the value of the '
Num Events' containment reference. |
void |
setPurgeability(DataRefOrLiteral value)
Sets the value of the '
Purgeability' containment reference. |
void |
setPurgeable(boolean value)
Sets the value of the '
Purgeable' 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 getECBList()
The value is a representation of the pointer value specified in the ECBLIST option.
setECBList(DataRefOrLiteral),
COBOLPackage.getCicsWaitExternalStmt_ECBList()void setECBList(DataRefOrLiteral value)
ECB List' containment reference.
value - the new value of the 'ECB List' containment reference.getECBList()DataRefOrLiteral getNumEvents()
The value is a representation of the data value specified in the NUMEVENTS option.
setNumEvents(DataRefOrLiteral),
COBOLPackage.getCicsWaitExternalStmt_NumEvents()void setNumEvents(DataRefOrLiteral value)
Num Events' containment reference.
value - the new value of the 'Num Events' containment reference.getNumEvents()boolean isPurgeable()
The value is true if the PURGEABLE option is used; false otherwise.
setPurgeable(boolean),
COBOLPackage.getCicsWaitExternalStmt_Purgeable()void setPurgeable(boolean value)
Purgeable' attribute.
value - the new value of the 'Purgeable' attribute.isPurgeable()DataRefOrLiteral getPurgeability()
The value is a representation of the CICS value data area specified in the PURGEABILITY option; if that option is not used, the value is null.
setPurgeability(DataRefOrLiteral),
COBOLPackage.getCicsWaitExternalStmt_Purgeability()void setPurgeability(DataRefOrLiteral value)
Purgeability' containment reference.
value - the new value of the 'Purgeability' containment reference.getPurgeability()boolean isNotPurgeable()
The value is true if the NOTPURGEABLE option is used; false otherwise.
setNotPurgeable(boolean),
COBOLPackage.getCicsWaitExternalStmt_NotPurgeable()void setNotPurgeable(boolean value)
Not Purgeable' attribute.
value - the new value of the 'Not Purgeable' attribute.isNotPurgeable()DataRefOrLiteral getName()
The value is a representation of the name specified in the NAME option; if that option is not used, the value is null.
setName(DataRefOrLiteral),
COBOLPackage.getCicsWaitExternalStmt_Name()void setName(DataRefOrLiteral value)
Name' containment reference.
value - the new value of the 'Name' containment reference.getName()