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

Interface CicsForceTimerStmt

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


    public interface CicsForceTimerStmt
    extends CicsStmt
    A representation of the CICS FORCE TIMER command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsForceTimerStmt()
    • Method Detail

      • getTimer

        DataRefOrLiteral getTimer()
        Returns the value of the 'Timer' containment reference.

        The value is a representation of the data value specified in the TIMER option.

        Returns:
        the value of the 'Timer' containment reference.
        See Also:
        setTimer(DataRefOrLiteral), COBOLPackage.getCicsForceTimerStmt_Timer()
      • setTimer

        void setTimer(DataRefOrLiteral value)
        Sets the value of the 'Timer' containment reference.
        Parameters:
        value - the new value of the 'Timer' containment reference.
        See Also:
        getTimer()
      • 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.getCicsForceTimerStmt_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.getCicsForceTimerStmt_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()