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

Interface CicsAddSubeventStmt

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


    public interface CicsAddSubeventStmt
    extends CicsStmt
    A representation of the CICS ADD SUBEVENT command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsAddSubeventStmt()
    • Method Detail

      • getSubevent

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

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

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

        void setSubevent(DataRefOrLiteral 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.getCicsAddSubeventStmt_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()