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

Interface CicsHandleAbendStmt

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


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

    The following features are supported:

    See Also:
    COBOLPackage.getCicsHandleAbendStmt()
    • Method Detail

      • 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.getCicsHandleAbendStmt_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()
      • getProgram

        DataRefOrLiteral getProgram()
        Returns the value of the 'Program' containment reference.

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

        Returns:
        the value of the 'Program' containment reference.
        See Also:
        setProgram(DataRefOrLiteral), COBOLPackage.getCicsHandleAbendStmt_Program()
      • setProgram

        void setProgram(DataRefOrLiteral value)
        Sets the value of the 'Program' containment reference.
        Parameters:
        value - the new value of the 'Program' containment reference.
        See Also:
        getProgram()
      • getLabel

        SectionOrParagraph getLabel()
        Returns the value of the 'Label' reference.

        The value is a representation of the label specified in the LABEL option; if that option is not used, the value is null.

        Returns:
        the value of the 'Label' reference.
        See Also:
        setLabel(SectionOrParagraph), COBOLPackage.getCicsHandleAbendStmt_Label()
      • setLabel

        void setLabel(SectionOrParagraph value)
        Sets the value of the 'Label' reference.
        Parameters:
        value - the new value of the 'Label' reference.
        See Also:
        getLabel()
      • isReset

        boolean isReset()
        Returns the value of the 'Reset' attribute.

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

        Returns:
        the value of the 'Reset' attribute.
        See Also:
        setReset(boolean), COBOLPackage.getCicsHandleAbendStmt_Reset()
      • setReset

        void setReset(boolean value)
        Sets the value of the 'Reset' attribute.
        Parameters:
        value - the new value of the 'Reset' attribute.
        See Also:
        isReset()