Uses of Class
org.eclipse.emf.validation.EMFEventType

Packages that use EMFEventType
org.eclipse.emf.validation The API for implementers of Java constraints on the org.eclipse.emf.validation.constraintProviders extension point. 
 

Uses of EMFEventType in org.eclipse.emf.validation
 

Fields in org.eclipse.emf.validation declared as EMFEventType
static EMFEventType EMFEventType.ADD
          The EMF "Add" event (corresponds to Notification.ADD).
static EMFEventType EMFEventType.ADD_MANY
          The EMF "Add Many" event (corresponds to Notification.ADD_MANY).
static EMFEventType EMFEventType.CREATE
          A custom "Create" event, which is not implemented by EMF any longer but may be simulated by clients of the validation framework.
static EMFEventType EMFEventType.MOVE
          The EMF "Move" event (corresponds to Notification.MOVE).
static EMFEventType EMFEventType.NULL
          This special value is a pointer-safe null value according to the Null Object pattern.
static EMFEventType EMFEventType.REMOVE
          The EMF "Remove" event (corresponds to Notification.REMOVE).
static EMFEventType EMFEventType.REMOVE_MANY
          The EMF "Remove Many" event (corresponds to Notification.REMOVE_MANY).
static EMFEventType EMFEventType.REMOVING_ADAPTER
          The EMF "Removing Adapter" event (corresponds to Notification.REMOVING_ADAPTER).
static EMFEventType EMFEventType.RESOLVE
          The EMF "Resolve" event (corresponds to Notification.RESOLVE).
static EMFEventType EMFEventType.SET
          The EMF "Set" event (corresponds to Notification.SET).
static EMFEventType EMFEventType.UNSET
          The EMF "Unset" event (corresponds to Notification.UNSET).
 

Methods in org.eclipse.emf.validation that return EMFEventType
 EMFEventType IValidationContext.getEventType()
          In the case of a live constraint evaluation, obtains the type of event which is currently being validated.
static EMFEventType EMFEventType.getInstance(int code)
          Obtains the instance corresponding to the specified EMF notification type code.
static EMFEventType EMFEventType.getInstance(String name)
          Obtains the named instance.
 

Methods in org.eclipse.emf.validation that return types with arguments of type EMFEventType
static List<EMFEventType> EMFEventType.getAllInstances()
          Obtains all values of the enumeration.
static List<EMFEventType> EMFEventType.getPredefinedInstances()
          Obtains all predefined values of the enumeration, that is, those who were not contributed through the extension point XML
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.