Interface Action

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, IChartObject, org.eclipse.emf.common.notify.Notifier
    All Known Subinterfaces:
    MultipleActions
    All Known Implementing Classes:
    ActionImpl, MultipleActionsImpl

    public interface Action
    extends IChartObject
    A representation of the model object 'Action'. This type defines an Action. An action is a property defining interactivity for an element. It is associated in a trigger with a trigger condition that defines when the action is to be processed.

    The following features are supported:

    See Also:
    DataPackage.getAction()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Action copyInstance()  
      ActionType getType()
      Returns the value of the 'Type' attribute.
      ActionValue getValue()
      Returns the value of the 'Value' containment reference.
      boolean isSetType()
      Returns whether the value of the 'Type' attribute is set.
      void setType​(ActionType value)
      Sets the value of the 'Type' attribute.
      void setValue​(ActionValue value)
      Sets the value of the 'Value' containment reference.
      void unsetType()
      Unsets the value of the 'Type' attribute.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver