public interface CicsHandleAbendStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsHandleAbendStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
SectionOrParagraph |
getLabel()
Returns the value of the 'Label' reference.
|
DataRefOrLiteral |
getProgram()
Returns the value of the 'Program' containment reference.
|
boolean |
isCancel()
Returns the value of the 'Cancel' attribute.
|
boolean |
isReset()
Returns the value of the 'Reset' attribute.
|
void |
setCancel(boolean value)
Sets the value of the '
Cancel' attribute. |
void |
setLabel(SectionOrParagraph value)
Sets the value of the '
Label' reference. |
void |
setProgram(DataRefOrLiteral value)
Sets the value of the '
Program' containment reference. |
void |
setReset(boolean value)
Sets the value of the '
Reset' 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
boolean isCancel()
The value is true if the CANCEL option is used; false otherwise.
setCancel(boolean),
COBOLPackage.getCicsHandleAbendStmt_Cancel()void setCancel(boolean value)
Cancel' attribute.
value - the new value of the 'Cancel' attribute.isCancel()DataRefOrLiteral getProgram()
The value is a representation of the name specified in the PROGRAM option; if that option is not used, the value is null.
setProgram(DataRefOrLiteral),
COBOLPackage.getCicsHandleAbendStmt_Program()void setProgram(DataRefOrLiteral value)
Program' containment reference.
value - the new value of the 'Program' containment reference.getProgram()SectionOrParagraph getLabel()
The value is a representation of the label specified in the LABEL option; if that option is not used, the value is null.
setLabel(SectionOrParagraph),
COBOLPackage.getCicsHandleAbendStmt_Label()void setLabel(SectionOrParagraph value)
Label' reference.
value - the new value of the 'Label' reference.getLabel()boolean isReset()
The value is true if the RESET option is used; false otherwise.
setReset(boolean),
COBOLPackage.getCicsHandleAbendStmt_Reset()