public static interface EPackage.Registry
extends java.util.Map<java.lang.String,java.lang.Object>
namespace URI
to EPackage
.Modifier and Type | Field and Description |
---|---|
static EPackage.Registry |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
EFactory |
getEFactory(java.lang.String nsURI)
Looks up the value in the map, converting
EPackage.Descriptor objects to EFactory objects on demand. |
EPackage |
getEPackage(java.lang.String nsURI)
Looks up the value in the map, converting
EPackage.Descriptor objects to EPackage objects on demand. |
static final EPackage.Registry INSTANCE
EPackage getEPackage(java.lang.String nsURI)
EPackage.Descriptor
objects to EPackage
objects on demand.EFactory getEFactory(java.lang.String nsURI)
EPackage.Descriptor
objects to EFactory
objects on demand.