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

Interface CicsAbendStmt

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


    public interface CicsAbendStmt
    extends CicsStmt
    A representation of the CICS ABEND command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsAbendStmt()
    • Method Detail

      • getABCode

        DataRefOrLiteral getABCode()
        Returns the value of the 'AB Code' containment reference.

        The value is a representation of the name specified in the ABCODE option; if the ABCODE option is not used, the value is null.

        Returns:
        the value of the 'AB Code' containment reference.
        See Also:
        setABCode(DataRefOrLiteral), COBOLPackage.getCicsAbendStmt_ABCode()
      • setABCode

        void setABCode(DataRefOrLiteral value)
        Sets the value of the 'AB Code' containment reference.
        Parameters:
        value - the new value of the 'AB Code' containment reference.
        See Also:
        getABCode()
      • isCancel

        boolean isCancel()
        Returns the value of the 'Cancel' attribute.

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

        Returns:
        the value of the 'Cancel' attribute.
        See Also:
        setCancel(boolean), COBOLPackage.getCicsAbendStmt_Cancel()
      • setCancel

        void setCancel(boolean value)
        Sets the value of the 'Cancel' attribute.
        Parameters:
        value - the new value of the 'Cancel' attribute.
        See Also:
        isCancel()
      • isNoDump

        boolean isNoDump()
        Returns the value of the 'No Dump' attribute.

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

        Returns:
        the value of the 'No Dump' attribute.
        See Also:
        setNoDump(boolean), COBOLPackage.getCicsAbendStmt_NoDump()
      • setNoDump

        void setNoDump(boolean value)
        Sets the value of the 'No Dump' attribute.
        Parameters:
        value - the new value of the 'No Dump' attribute.
        See Also:
        isNoDump()