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

Interface CicsDefineCompositeEventStmt

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


    public interface CicsDefineCompositeEventStmt
    extends CicsStmt
    A representation of the CICS DEFINE COMPOSITE EVENT command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsDefineCompositeEventStmt()
    • 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.getCicsDefineCompositeEventStmt_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()
      • isAnd

        boolean isAnd()
        Returns the value of the 'And' attribute.

        The value is true if AND appears in the command; false otherwise.

        Returns:
        the value of the 'And' attribute.
        See Also:
        setAnd(boolean), COBOLPackage.getCicsDefineCompositeEventStmt_And()
      • setAnd

        void setAnd(boolean value)
        Sets the value of the 'And' attribute.
        Parameters:
        value - the new value of the 'And' attribute.
        See Also:
        isAnd()
      • isOr

        boolean isOr()
        Returns the value of the 'Or' attribute.

        The value is true if OR appears in the command; false otherwise.

        Returns:
        the value of the 'Or' attribute.
        See Also:
        setOr(boolean), COBOLPackage.getCicsDefineCompositeEventStmt_Or()
      • setOr

        void setOr(boolean value)
        Sets the value of the 'Or' attribute.
        Parameters:
        value - the new value of the 'Or' attribute.
        See Also:
        isOr()
      • getSubevents

        java.util.List getSubevents()
        Returns the value of the 'Subevents' containment reference list. The list contents are of type CicsSubeventClause.

        The list contains a representation of the SUBEVENT options.

        Returns:
        the value of the 'Subevents' containment reference list.
        See Also:
        COBOLPackage.getCicsDefineCompositeEventStmt_Subevents()