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

Interface CicsDefineTimerStmt

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


    public interface CicsDefineTimerStmt
    extends CicsStmt
    A representation of the CICS DEFINE TIMER command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsDefineTimerStmt()
    • 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.getCicsDefineTimerStmt_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()
      • getEvent

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

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

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

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

        CicsTimeFormatDays getAfter()
        Returns the value of the 'After' containment reference.

        The value is a representation of the options specified in the AFTER clause; if the AFTER clause is not used, the value is null.

        Returns:
        the value of the 'After' containment reference.
        See Also:
        setAfter(CicsTimeFormatDays), COBOLPackage.getCicsDefineTimerStmt_After()
      • setAfter

        void setAfter(CicsTimeFormatDays value)
        Sets the value of the 'After' containment reference.
        Parameters:
        value - the new value of the 'After' containment reference.
        See Also:
        getAfter()
      • getAt

        CicsTimeFormat getAt()
        Returns the value of the 'At' containment reference.

        The value is a representation of the options specified in the AT clause; if the AT clause is not used, the value is null.

        Returns:
        the value of the 'At' containment reference.
        See Also:
        setAt(CicsTimeFormat), COBOLPackage.getCicsDefineTimerStmt_At()
      • setAt

        void setAt(CicsTimeFormat value)
        Sets the value of the 'At' containment reference.
        Parameters:
        value - the new value of the 'At' containment reference.
        See Also:
        getAt()
      • isToday

        boolean isToday()
        Returns the value of the 'Today' attribute.

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

        Returns:
        the value of the 'Today' attribute.
        See Also:
        setToday(boolean), COBOLPackage.getCicsDefineTimerStmt_Today()
      • setToday

        void setToday(boolean value)
        Sets the value of the 'Today' attribute.
        Parameters:
        value - the new value of the 'Today' attribute.
        See Also:
        isToday()
      • getOn

        CicsOnClause getOn()
        Returns the value of the 'On' containment reference.

        The value is a representation of the options specified in the ON clause; if the ON clause is not used, the value is null.

        Returns:
        the value of the 'On' containment reference.
        See Also:
        setOn(CicsOnClause), COBOLPackage.getCicsDefineTimerStmt_On()
      • setOn

        void setOn(CicsOnClause value)
        Sets the value of the 'On' containment reference.
        Parameters:
        value - the new value of the 'On' containment reference.
        See Also:
        getOn()