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

Interface CicsCheckTimerStmt

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


    public interface CicsCheckTimerStmt
    extends CicsStmt
    A representation of the CICS CHECK TIMER command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsCheckTimerStmt()
    • 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.getCicsCheckTimerStmt_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()
      • getStatus

        DataRef getStatus()
        Returns the value of the 'Status' containment reference.

        The value is a representation of the CICS value data area specified in the STATUS option.

        Returns:
        the value of the 'Status' containment reference.
        See Also:
        setStatus(DataRef), COBOLPackage.getCicsCheckTimerStmt_Status()
      • setStatus

        void setStatus(DataRef value)
        Sets the value of the 'Status' containment reference.
        Parameters:
        value - the new value of the 'Status' containment reference.
        See Also:
        getStatus()