org.eclipse.emf.ecore
Interface EPackage.Registry

All Superinterfaces:
Map
All Known Implementing Classes:
EPackageRegistryImpl, EPackageRegistryImpl.Delegator
Enclosing interface:
EPackage

public static interface EPackage.Registry
extends Map

A map from namespace URI to EPackage.


Nested Class Summary
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Field Summary
static EPackage.Registry INSTANCE
           
 
Method Summary
 EFactory getEFactory(String nsURI)
          Looks up the value in the map, converting EPackage.Descriptor objects to EFactory objects on demand.
 EPackage getEPackage(String nsURI)
          Looks up the value in the map, converting EPackage.Descriptor objects to EPackage objects on demand.
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Field Detail

INSTANCE

public static final EPackage.Registry INSTANCE
Method Detail

getEPackage

public EPackage getEPackage(String nsURI)
Looks up the value in the map, converting EPackage.Descriptor objects to EPackage objects on demand.


getEFactory

public EFactory getEFactory(String nsURI)
Looks up the value in the map, converting EPackage.Descriptor objects to EFactory objects on demand.


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