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
 

Methods in org.eclipse.emf.validation.service that return ConstraintChangeEventType
 ConstraintChangeEventType ConstraintChangeEvent.getEventType()
          Obtains ConstraintChangeEventType that details the event
static ConstraintChangeEventType ConstraintChangeEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConstraintChangeEventType[] ConstraintChangeEventType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.emf.validation.service that return types with arguments of type ConstraintChangeEventType
protected  List<ConstraintChangeEventType> ConstraintChangeEventType.getValues()
          Obtains the collection of predefined constraint change event types
 

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.