Interface UIAction

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

public interface UIAction
extends AbstractUIElement
A representation of the model object 'UI Action'.

The following features are supported:

See Also:
UiPackage.getUIAction()
  • Method Details

    • getKind

      String getKind()
      Returns the value of the 'Kind' attribute.
      Returns:
      the value of the 'Kind' attribute.
      See Also:
      setKind(String), UiPackage.getUIAction_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()
    • getUIElement

      org.eclipse.emf.common.util.EList<UIEvent> getUIElement()
      Returns the value of the 'UI Element' containment reference list. The list contents are of type UIEvent.
      Returns:
      the value of the 'UI Element' containment reference list.
      See Also:
      UiPackage.getUIAction_UIElement()