Interface EventAction

All Superinterfaces:
AbstractEventElement, Element, org.eclipse.emf.ecore.EObject, KDMEntity, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
EventActionImpl

public interface EventAction
extends AbstractEventElement
A representation of the model object 'Action'.

The following features are supported:

See Also:
EventPackage.getEventAction()
  • Method Details

    • getKind

      String getKind()
      Returns the value of the 'Kind' attribute.
      Returns:
      the value of the 'Kind' attribute.
      See Also:
      setKind(String), EventPackage.getEventAction_Kind()
    • setKind

      void setKind​(String value)
      Sets the value of the 'Kind' attribute.
      Parameters:
      value - the new value of the 'Kind' attribute.
      See Also:
      getKind()
    • getEventElement

      org.eclipse.emf.common.util.EList<Event> getEventElement()
      Returns the value of the 'Event Element' containment reference list. The list contents are of type Event.
      Returns:
      the value of the 'Event Element' containment reference list.
      See Also:
      EventPackage.getEventAction_EventElement()