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

Interface CicsGetNextTimerStmt

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


    public interface CicsGetNextTimerStmt
    extends CicsStmt
    A representation of the CICS GETNEXT TIMER command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsGetNextTimerStmt()
    • Method Detail

      • getTimer

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

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

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

        void setTimer(DataRef value)
        Sets the value of the 'Timer' containment reference.
        Parameters:
        value - the new value of the 'Timer' containment reference.
        See Also:
        getTimer()
      • getBrowseToken

        DataRefOrLiteral getBrowseToken()
        Returns the value of the 'Browse Token' containment reference.

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

        Returns:
        the value of the 'Browse Token' containment reference.
        See Also:
        setBrowseToken(DataRefOrLiteral), COBOLPackage.getCicsGetNextTimerStmt_BrowseToken()
      • setBrowseToken

        void setBrowseToken(DataRefOrLiteral value)
        Sets the value of the 'Browse Token' containment reference.
        Parameters:
        value - the new value of the 'Browse Token' containment reference.
        See Also:
        getBrowseToken()
      • getABSTime

        DataRef getABSTime()
        Returns the value of the 'ABS Time' containment reference.

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

        Returns:
        the value of the 'ABS Time' containment reference.
        See Also:
        setABSTime(DataRef), COBOLPackage.getCicsGetNextTimerStmt_ABSTime()
      • setABSTime

        void setABSTime(DataRef value)
        Sets the value of the 'ABS Time' containment reference.
        Parameters:
        value - the new value of the 'ABS Time' containment reference.
        See Also:
        getABSTime()
      • getEvent

        DataRef getEvent()
        Returns the value of the 'Event' containment reference.

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

        Returns:
        the value of the 'Event' containment reference.
        See Also:
        setEvent(DataRef), COBOLPackage.getCicsGetNextTimerStmt_Event()
      • setEvent

        void setEvent(DataRef value)
        Sets the value of the 'Event' containment reference.
        Parameters:
        value - the new value of the 'Event' containment reference.
        See Also:
        getEvent()
      • getStatus

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

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

        Returns:
        the value of the 'Status' containment reference.
        See Also:
        setStatus(DataRef), COBOLPackage.getCicsGetNextTimerStmt_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()