org.eclipse.emf.ecore.impl
Class EValidatorRegistryImpl

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.eclipse.emf.ecore.impl.EValidatorRegistryImpl
All Implemented Interfaces:
Cloneable, EValidator.Registry, Map, Serializable

public class EValidatorRegistryImpl
extends HashMap
implements EValidator.Registry

An implementation of a validator registry.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Field Summary
protected  EValidator.Registry delegateRegistry
           
 
Fields inherited from interface org.eclipse.emf.ecore.EValidator.Registry
INSTANCE
 
Constructor Summary
EValidatorRegistryImpl()
           
EValidatorRegistryImpl(EValidator.Registry delegateRegistry)
           
 
Method Summary
 boolean containsKey(Object key)
           
protected  Object delegatedGet(Object key)
           
 Object get(Object key)
           
 EValidator getEValidator(EPackage ePackage)
          Looks up the package in the map.
 
Methods inherited from class java.util.HashMap
clear, clone, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Field Detail

delegateRegistry

protected EValidator.Registry delegateRegistry
Constructor Detail

EValidatorRegistryImpl

public EValidatorRegistryImpl()

EValidatorRegistryImpl

public EValidatorRegistryImpl(EValidator.Registry delegateRegistry)
Method Detail

get

public Object get(Object key)
Specified by:
get in interface Map

getEValidator

public EValidator getEValidator(EPackage ePackage)
Description copied from interface: EValidator.Registry
Looks up the package in the map.

Specified by:
getEValidator in interface EValidator.Registry

delegatedGet

protected Object delegatedGet(Object key)

containsKey

public boolean containsKey(Object key)
Specified by:
containsKey in interface Map

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