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

Interface CicsGetNextEventStmt

    • Method Detail

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

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

        Returns:
        the value of the 'Browse Token' containment reference.
        See Also:
        setBrowseToken(DataRefOrLiteral), COBOLPackage.getCicsGetNextEventStmt_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()
      • 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.getCicsGetNextEventStmt_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()
      • 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.getCicsGetNextEventStmt_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.getCicsGetNextEventStmt_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()
      • 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.getCicsGetNextEventStmt_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.getCicsGetNextEventStmt_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()