| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getABCode()
Returns the value of the 'AB Code' containment reference.
|
boolean |
isCancel()
Returns the value of the 'Cancel' attribute.
|
boolean |
isNoDump()
Returns the value of the 'No Dump' attribute.
|
void |
setABCode(DataRefOrLiteral value)
Sets the value of the '
AB Code' containment reference. |
void |
setCancel(boolean value)
Sets the value of the '
Cancel' attribute. |
void |
setNoDump(boolean value)
Sets the value of the '
No Dump' 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 getABCode()
The value is a representation of the name specified in the ABCODE option; if the ABCODE option is not used, the value is null.
setABCode(DataRefOrLiteral),
COBOLPackage.getCicsAbendStmt_ABCode()void setABCode(DataRefOrLiteral value)
AB Code' containment reference.
value - the new value of the 'AB Code' containment reference.getABCode()boolean isCancel()
The value is true if the CANCEL option is used; false otherwise.
setCancel(boolean),
COBOLPackage.getCicsAbendStmt_Cancel()void setCancel(boolean value)
Cancel' attribute.
value - the new value of the 'Cancel' attribute.isCancel()boolean isNoDump()
The value is true if the NODUMP option is used; false otherwise.
setNoDump(boolean),
COBOLPackage.getCicsAbendStmt_NoDump()void setNoDump(boolean value)
No Dump' attribute.
value - the new value of the 'No Dump' attribute.isNoDump()