public interface DistCommonPackage
extends org.eclipse.emf.ecore.EPackage
DistCommonFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
DistCommonPackage.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 |
DIST_OBJECT_FACTORY
The meta object id for the 'Dist Object Factory' data type.
|
static DistCommonPackage |
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 |
SC_POINT_TYPE
The meta object id for the 'Sc Point Type' data type.
|
static int |
ZLIST_TYPE
The meta object id for the 'ZList Type' data type.
|
Modifier and Type | Method and Description |
---|---|
DistCommonFactory |
getDistCommonFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EDataType |
getDistObjectFactory()
Returns the meta object for data type '
Dist Object Factory '. |
org.eclipse.emf.ecore.EDataType |
getScPointType()
Returns the meta object for data type '
Sc Point Type '. |
org.eclipse.emf.ecore.EDataType |
getZListType()
Returns the meta object for data type '
ZList Type '. |
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 DistCommonPackage eINSTANCE
static final int SC_POINT_TYPE
static final int ZLIST_TYPE
List
,
DistCommonPackageImpl.getZListType()
,
Constant Field Valuesstatic final int DIST_OBJECT_FACTORY
org.eclipse.emf.ecore.EDataType getScPointType()
Sc Point Type
'.
ScPointType
org.eclipse.emf.ecore.EDataType getZListType()
ZList Type
'.
List
org.eclipse.emf.ecore.EDataType getDistObjectFactory()
Dist Object Factory
'.
DistObjectFactory
DistCommonFactory getDistCommonFactory()