IBM Rational Software Modeler
Release 6.0

Uses of Class
com.ibm.xtools.emf.validation.EMFEventType

Packages that use EMFEventType
com.ibm.xtools.emf.validation The API for implementers of Java constraints on the com.ibm.xtools.emf.validation.constraintProviders extension point.  
 

Uses of EMFEventType in com.ibm.xtools.emf.validation
 

Fields in com.ibm.xtools.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.MOVE
          The EMF "Move" event (corresponds to Notification.MOVE).
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.SET
          The EMF "Set" event (corresponds to Notification.SET).
static EMFEventType EMFEventType.UNSET
          The EMF "Unset" event (corresponds to Notification.UNSET).
static EMFEventType EMFEventType.RESOLVE
          The EMF "Resolve" event (corresponds to Notification.RESOLVE).
static EMFEventType EMFEventType.REMOVING_ADAPTER
          The EMF "Removing Adapter" event (corresponds to Notification.REMOVING_ADAPTER).
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.NULL
          This special value is a pointer-safe null value according to the Null Object pattern.
 

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


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.