public interface CommonCachePackage
extends org.eclipse.emf.ecore.EPackage
CommonCacheFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
CommonCachePackage.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 |
DATA_SERIALIZABLE
The meta object id for the '
Data Serializable ' class. |
static int |
DATA_SERIALIZABLE_FEATURE_COUNT
The number of structural features of the 'Data Serializable' class.
|
static CommonCachePackage |
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.
|
static int |
SERIALIZATION_SERVICE
The meta object id for the '
Serialization Service ' class. |
static int |
SERIALIZATION_SERVICE_FEATURE_COUNT
The number of structural features of the 'Serialization Service' class.
|
Modifier and Type | Method and Description |
---|---|
CommonCacheFactory |
getCommonCacheFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EClass |
getDataSerializable()
Returns the meta object for class '
Data Serializable '. |
org.eclipse.emf.ecore.EClass |
getSerializationService()
Returns the meta object for class '
Serialization Service '. |
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 CommonCachePackage eINSTANCE
static final int DATA_SERIALIZABLE
Data Serializable
' class.
DataSerializable
,
CommonCachePackageImpl.getDataSerializable()
,
Constant Field Valuesstatic final int DATA_SERIALIZABLE_FEATURE_COUNT
static final int SERIALIZATION_SERVICE
Serialization Service
' class.
SerializationService
,
CommonCachePackageImpl.getSerializationService()
,
Constant Field Valuesstatic final int SERIALIZATION_SERVICE_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getDataSerializable()
Data Serializable
'.
DataSerializable
org.eclipse.emf.ecore.EClass getSerializationService()
Serialization Service
'.
SerializationService
CommonCacheFactory getCommonCacheFactory()