public interface CorePackage
extends org.eclipse.emf.ecore.EPackage
CoreFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
CorePackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static int |
CORE_OBJECT_FACTORY
The meta object id for the 'Object Factory' data type.
|
static CorePackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
Modifier and Type | Method and Description |
---|---|
CoreFactory |
getCoreFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EDataType |
getCoreObjectFactory()
Returns the meta object for data type '
Object Factory '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final CorePackage eINSTANCE
static final int CORE_OBJECT_FACTORY
org.eclipse.emf.ecore.EDataType getCoreObjectFactory()
Object Factory
'.
CoreObjectFactory
CoreFactory getCoreFactory()