org.eclipse.emf.mapping.ecore2xml.impl
Class Ecore2XMLRegistryImpl

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLRegistryImpl
All Implemented Interfaces:
Cloneable, Ecore2XMLRegistry, Map, Serializable

public class Ecore2XMLRegistryImpl
extends HashMap
implements Ecore2XMLRegistry

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.mapping.ecore2xml.Ecore2XMLRegistry
Ecore2XMLRegistry.Descriptor, Ecore2XMLRegistry.Reader
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Field Summary
protected  Ecore2XMLRegistry delegateRegistry
           
 
Fields inherited from interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLRegistry
INSTANCE
 
Constructor Summary
Ecore2XMLRegistryImpl()
           
Ecore2XMLRegistryImpl(Ecore2XMLRegistry delegateRegistry)
           
 
Method Summary
 boolean containsKey(Object key)
           
protected  XMLResource.XMLMap delegatedGetXMLMap(String nsURI)
           
 XMLResource.XMLMap getXMLMap(String nsURI)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsValue, entrySet, get, 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, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Field Detail

delegateRegistry

protected Ecore2XMLRegistry delegateRegistry
Constructor Detail

Ecore2XMLRegistryImpl

public Ecore2XMLRegistryImpl()

Ecore2XMLRegistryImpl

public Ecore2XMLRegistryImpl(Ecore2XMLRegistry delegateRegistry)
Method Detail

getXMLMap

public XMLResource.XMLMap getXMLMap(String nsURI)
Specified by:
getXMLMap in interface Ecore2XMLRegistry

delegatedGetXMLMap

protected XMLResource.XMLMap delegatedGetXMLMap(String nsURI)

containsKey

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

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