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

Interface ExecCicsStmt

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


    public interface ExecCicsStmt
    extends Stmt
    A representation of an EXEC CICS statement.

    The following features are supported:

    See Also:
    COBOLPackage.getExecCicsStmt()
    • Method Detail

      • getCicsStmt

        CicsStmt getCicsStmt()
        Returns the value of the 'Cics Stmt' containment reference.

        The value is a representation of the part of the EXEC CICS statement after the EXEC CICS keywords.

        Returns:
        the value of the 'Cics Stmt' containment reference.
        See Also:
        setCicsStmt(CicsStmt), COBOLPackage.getExecCicsStmt_CicsStmt()
      • setCicsStmt

        void setCicsStmt(CicsStmt value)
        Sets the value of the 'Cics Stmt' containment reference.
        Parameters:
        value - the new value of the 'Cics Stmt' containment reference.
        See Also:
        getCicsStmt()
      • isEndExecUsed

        boolean isEndExecUsed()
        Returns the value of the 'End Exec Used' attribute.

        The value is true if END-EXEC is present; false otherwise.

        Returns:
        the value of the 'End Exec Used' attribute.
        See Also:
        setEndExecUsed(boolean), COBOLPackage.getExecCicsStmt_EndExecUsed()
      • setEndExecUsed

        void setEndExecUsed(boolean value)
        Sets the value of the 'End Exec Used' attribute.
        Parameters:
        value - the new value of the 'End Exec Used' attribute.
        See Also:
        isEndExecUsed()