Uses of Interface
org.eclipse.emf.ecore.EValidator.Registry

Packages that use EValidator.Registry
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
 

Uses of EValidator.Registry in org.eclipse.emf.ecore
 

Fields in org.eclipse.emf.ecore declared as EValidator.Registry
static EValidator.Registry EValidator.Registry.INSTANCE
          The global instance of a validator registry.
 

Uses of EValidator.Registry in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement EValidator.Registry
 class EValidatorRegistryImpl
          An implementation of a validator registry.
 

Fields in org.eclipse.emf.ecore.impl declared as EValidator.Registry
protected  EValidator.Registry EValidatorRegistryImpl.delegateRegistry
           
 

Constructors in org.eclipse.emf.ecore.impl with parameters of type EValidator.Registry
EValidatorRegistryImpl(EValidator.Registry delegateRegistry)
           
 

Uses of EValidator.Registry in org.eclipse.emf.ecore.util
 

Fields in org.eclipse.emf.ecore.util declared as EValidator.Registry
protected  EValidator.Registry Diagnostician.eValidatorRegistry
           
 

Constructors in org.eclipse.emf.ecore.util with parameters of type EValidator.Registry
Diagnostician(EValidator.Registry eValidatorRegistry)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.