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

Interface CicsInquireTimerStmt

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


    public interface CicsInquireTimerStmt
    extends CicsStmt
    A representation of the CICS INQUIRE TIMER command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsInquireTimerStmt()
    • 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.getCicsInquireTimerStmt_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()
      • getActivityId

        DataRefOrLiteral getActivityId()
        Returns the value of the 'Activity Id' containment reference.

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

        Returns:
        the value of the 'Activity Id' containment reference.
        See Also:
        setActivityId(DataRefOrLiteral), COBOLPackage.getCicsInquireTimerStmt_ActivityId()
      • setActivityId

        void setActivityId(DataRefOrLiteral value)
        Sets the value of the 'Activity Id' containment reference.
        Parameters:
        value - the new value of the 'Activity Id' containment reference.
        See Also:
        getActivityId()
      • 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.getCicsInquireTimerStmt_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 CICS value 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.getCicsInquireTimerStmt_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()
      • 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.getCicsInquireTimerStmt_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()