com.ibm.etools.cobol.application.model.cobol

Interface CicsIssueEndFileStmt

  • All Superinterfaces:
    ASTNode, CicsStmt, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CicsIssueEndFileStmt
    extends CicsStmt
    A representation of the CICS ISSUE ENDFILE command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsIssueEndFileStmt()
    • Method Detail

      • isEndOutput

        boolean isEndOutput()
        Returns the value of the 'End Output' attribute.

        The value is true if the ENDOUTPUT option is used; false otherwise.

        Returns:
        the value of the 'End Output' attribute.
        See Also:
        setEndOutput(boolean), COBOLPackage.getCicsIssueEndFileStmt_EndOutput()
      • setEndOutput

        void setEndOutput(boolean value)
        Sets the value of the 'End Output' attribute.
        Parameters:
        value - the new value of the 'End Output' attribute.
        See Also:
        isEndOutput()