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

Interface CicsRetrieveSubeventStmt

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


    public interface CicsRetrieveSubeventStmt
    extends CicsStmt
    A representation of the CICS RETRIEVE SUBEVENT command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsRetrieveSubeventStmt()
    • Method Detail

      • getSubevent

        DataRef getSubevent()
        Returns the value of the 'Subevent' containment reference.

        The value is a representation of the data area specified in the SUBEVENT option.

        Returns:
        the value of the 'Subevent' containment reference.
        See Also:
        setSubevent(DataRef), COBOLPackage.getCicsRetrieveSubeventStmt_Subevent()
      • setSubevent

        void setSubevent(DataRef value)
        Sets the value of the 'Subevent' containment reference.
        Parameters:
        value - the new value of the 'Subevent' containment reference.
        See Also:
        getSubevent()
      • 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.getCicsRetrieveSubeventStmt_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()
      • 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.getCicsRetrieveSubeventStmt_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()