org.eclipse.emf.ecore
Interface EPackage.Registry

All Superinterfaces:
java.util.Map
All Known Implementing Classes:
EPackageRegistryImpl
Enclosing class:
EPackage

public static interface EPackage.Registry
extends java.util.Map

A map from namespace URI to EPackage.


Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
static EPackage.Registry INSTANCE
           
 
Method Summary
 EPackage getEPackage(java.lang.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(java.lang.String nsURI)
Looks up the value in the map, converting EPackage.Descriptor objects to EPackage objects on demand.

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