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

Interface CicsRetrieveReattachEventStmt

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


    public interface CicsRetrieveReattachEventStmt
    extends CicsStmt
    A representation of the CICS RETRIEVE REATTACH EVENT command.

    The following features are supported:

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