public interface CicsIssueEndFileStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsIssueEndFileStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEndOutput()
Returns the value of the 'End Output' attribute.
|
void |
setEndOutput(boolean value)
Sets the value of the '
End Output' 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 isEndOutput()
The value is true if the ENDOUTPUT option is used; false otherwise.
setEndOutput(boolean),
COBOLPackage.getCicsIssueEndFileStmt_EndOutput()void setEndOutput(boolean value)
End Output' attribute.
value - the new value of the 'End Output' attribute.isEndOutput()