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

Interface CicsSuspendStmt

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


    public interface CicsSuspendStmt
    extends CicsStmt
    A representation of the CICS commands SUSPEND and SUSPEND (BTS).

    The following features are supported:

    See Also:
    COBOLPackage.getCicsSuspendStmt()
    • Method Detail

      • isACQActivity

        boolean isACQActivity()
        Returns the value of the 'ACQ Activity' attribute.

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

        Returns:
        the value of the 'ACQ Activity' attribute.
        See Also:
        setACQActivity(boolean), COBOLPackage.getCicsSuspendStmt_ACQActivity()
      • setACQActivity

        void setACQActivity(boolean value)
        Sets the value of the 'ACQ Activity' attribute.
        Parameters:
        value - the new value of the 'ACQ Activity' attribute.
        See Also:
        isACQActivity()
      • isACQProcess

        boolean isACQProcess()
        Returns the value of the 'ACQ Process' attribute.

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

        Returns:
        the value of the 'ACQ Process' attribute.
        See Also:
        setACQProcess(boolean), COBOLPackage.getCicsSuspendStmt_ACQProcess()
      • setACQProcess

        void setACQProcess(boolean value)
        Sets the value of the 'ACQ Process' attribute.
        Parameters:
        value - the new value of the 'ACQ Process' attribute.
        See Also:
        isACQProcess()
      • getActivity

        DataRefOrLiteral getActivity()
        Returns the value of the 'Activity' containment reference.

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

        Returns:
        the value of the 'Activity' containment reference.
        See Also:
        setActivity(DataRefOrLiteral), COBOLPackage.getCicsSuspendStmt_Activity()
      • setActivity

        void setActivity(DataRefOrLiteral value)
        Sets the value of the 'Activity' containment reference.
        Parameters:
        value - the new value of the 'Activity' containment reference.
        See Also:
        getActivity()