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

Interface CicsInquireEventStmt

    • Method Detail

      • 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.

        Returns:
        the value of the 'Event' containment reference.
        See Also:
        setEvent(DataRefOrLiteral), COBOLPackage.getCicsInquireEventStmt_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()
      • 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.getCicsInquireEventStmt_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()
      • getEventType

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

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

        Returns:
        the value of the 'Event Type' containment reference.
        See Also:
        setEventType(DataRef), COBOLPackage.getCicsInquireEventStmt_EventType()
      • setEventType

        void setEventType(DataRef value)
        Sets the value of the 'Event Type' containment reference.
        Parameters:
        value - the new value of the 'Event Type' containment reference.
        See Also:
        getEventType()
      • getFireStatus

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

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

        Returns:
        the value of the 'Fire Status' containment reference.
        See Also:
        setFireStatus(DataRef), COBOLPackage.getCicsInquireEventStmt_FireStatus()
      • setFireStatus

        void setFireStatus(DataRef value)
        Sets the value of the 'Fire Status' containment reference.
        Parameters:
        value - the new value of the 'Fire Status' containment reference.
        See Also:
        getFireStatus()
      • getComposite

        DataRef getComposite()
        Returns the value of the 'Composite' containment reference.

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

        Returns:
        the value of the 'Composite' containment reference.
        See Also:
        setComposite(DataRef), COBOLPackage.getCicsInquireEventStmt_Composite()
      • setComposite

        void setComposite(DataRef value)
        Sets the value of the 'Composite' containment reference.
        Parameters:
        value - the new value of the 'Composite' containment reference.
        See Also:
        getComposite()
      • getPredicate

        DataRef getPredicate()
        Returns the value of the 'Predicate' containment reference.

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

        Returns:
        the value of the 'Predicate' containment reference.
        See Also:
        setPredicate(DataRef), COBOLPackage.getCicsInquireEventStmt_Predicate()
      • setPredicate

        void setPredicate(DataRef value)
        Sets the value of the 'Predicate' containment reference.
        Parameters:
        value - the new value of the 'Predicate' containment reference.
        See Also:
        getPredicate()
      • 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; if that option is not used, the value is null.

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