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

Packages that use EValidator.ValidationDelegate.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.ValidationDelegate.Registry in org.eclipse.emf.ecore
 

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

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

Classes in org.eclipse.emf.ecore.impl that implement EValidator.ValidationDelegate.Registry
 class ValidationDelegateRegistryImpl
          An implementation of a validation delegate registry.
 

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

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

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

Methods in org.eclipse.emf.ecore.util that return EValidator.ValidationDelegate.Registry
protected static EValidator.ValidationDelegate.Registry EObjectValidator.getValidationDelegateRegistry(java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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