Uses of Class
org.eclipse.emf.validation.service.ConstraintChangeEventType

Packages that use ConstraintChangeEventType
org.eclipse.emf.validation.service The semi-public (internal-public) package defining the API for invocation of the validation engine and for the implementation of constraint providers. 
 

Uses of ConstraintChangeEventType in org.eclipse.emf.validation.service
 

Fields in org.eclipse.emf.validation.service declared as ConstraintChangeEventType
static ConstraintChangeEventType ConstraintChangeEventType.ADDED_CATEGORY
          Added category constraint change event type
static ConstraintChangeEventType ConstraintChangeEventType.DISABLED
          Disabled constraint change event type
static ConstraintChangeEventType ConstraintChangeEventType.ENABLED
          Enabled constraint change event type
static ConstraintChangeEventType ConstraintChangeEventType.REGISTERED
          Registered constraint change event type
static ConstraintChangeEventType ConstraintChangeEventType.REMOVED_CATEGORY
          Removed category constraint change event type
static ConstraintChangeEventType ConstraintChangeEventType.UNREGISTERED
          Unregistered constraint change event type
 

Methods in org.eclipse.emf.validation.service that return ConstraintChangeEventType
 ConstraintChangeEventType ConstraintChangeEvent.getEventType()
          Obtains ConstraintChangeEventType that details the event
 

Constructors in org.eclipse.emf.validation.service with parameters of type ConstraintChangeEventType
ConstraintChangeEvent(IConstraintDescriptor constraint, ConstraintChangeEventType eventType)
          Initializes me with the constraint that has changed and the event that details the change.
ConstraintChangeEvent(IConstraintDescriptor constraint, ConstraintChangeEventType eventType, Category category)
          Initializes me with the constraint that has changed, an event that details the change and the category associated with the event.
 


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