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

Interface CicsDeleteTimerStmt

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


    public interface CicsDeleteTimerStmt
    extends CicsStmt
    A representation of the CICS DELETE TIMER command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsDeleteTimerStmt()
    • 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.getCicsDeleteTimerStmt_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()