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
.
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 |
INSTANCE
public static final EPackage.Registry INSTANCE
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.