Interface Event

All Superinterfaces:
DomainObject, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SimpleDomainObject
All Known Subinterfaces:
CommandEvent, DomainEvent

public interface Event extends DomainObject
A representation of the model object 'Event'.

The following features are supported:

See Also:
Model:
Generated:
  • Method Details

    • isPersistent

      boolean isPersistent()
      Returns the value of the 'Persistent' attribute.
      Returns:
      the value of the 'Persistent' attribute.
      See Also:
      Model:
      Generated:
    • setPersistent

      void setPersistent(boolean value)
      Sets the value of the 'Persistent' attribute.
      Parameters:
      value - the new value of the 'Persistent' attribute.
      See Also:
      Generated: