public interface DimensionsPackage extends EPackage
DimensionsFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
DimensionsPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
EPackage.Descriptor, EPackage.Registry
Modifier and Type | Field and Description |
---|---|
static int |
DIMENSION
The meta object id for the '
Dimension ' class. |
static int |
DIMENSION__ID
The feature id for the 'Id' attribute.
|
static int |
DIMENSION__NAME
The feature id for the 'Name' attribute.
|
static int |
DIMENSION__TYPE
The feature id for the 'Type' reference.
|
static int |
DIMENSION__UNIT
The feature id for the 'Unit' reference.
|
static int |
DIMENSION_FEATURE_COUNT
The number of structural features of the 'Dimension' class.
|
static int |
DIMENSION_REPOSITORY
The meta object id for the '
Dimension Repository ' class. |
static int |
DIMENSION_REPOSITORY__DIMENSIONS
The feature id for the 'Dimensions' containment reference list.
|
static int |
DIMENSION_REPOSITORY__ID
The feature id for the 'Id' attribute.
|
static int |
DIMENSION_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Dimension Repository' class.
|
static DimensionsPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
Modifier and Type | Method and Description |
---|---|
EReference |
getDimension_Type()
Returns the meta object for the reference '
Type '. |
EReference |
getDimension_Unit()
Returns the meta object for the reference '
Unit '. |
EClass |
getDimension()
Returns the meta object for class '
Dimension '. |
EReference |
getDimensionRepository_Dimensions()
Returns the meta object for the containment reference list '
Dimensions '. |
EClass |
getDimensionRepository()
Returns the meta object for class '
Dimension Repository '. |
DimensionsFactory |
getDimensionsFactory()
Returns the factory that creates the instances of the model.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getName, setName
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final DimensionsPackage eINSTANCE
static final int DIMENSION
Dimension
' class.
DimensionImpl
,
DimensionsPackageImpl.getDimension()
,
Constant Field Valuesstatic final int DIMENSION__ID
static final int DIMENSION__NAME
static final int DIMENSION__TYPE
static final int DIMENSION__UNIT
static final int DIMENSION_FEATURE_COUNT
static final int DIMENSION_REPOSITORY
Dimension Repository
' class.
DimensionRepositoryImpl
,
DimensionsPackageImpl.getDimensionRepository()
,
Constant Field Valuesstatic final int DIMENSION_REPOSITORY__ID
static final int DIMENSION_REPOSITORY__DIMENSIONS
static final int DIMENSION_REPOSITORY_FEATURE_COUNT
EClass getDimension()
Dimension
'.
Dimension
EReference getDimension_Type()
Type
'.
Dimension.getType()
,
getDimension()
EReference getDimension_Unit()
Unit
'.
Dimension.getUnit()
,
getDimension()
EClass getDimensionRepository()
Dimension Repository
'.
DimensionRepository
EReference getDimensionRepository_Dimensions()
Dimensions
'.
DimensionRepository.getDimensions()
,
getDimensionRepository()
DimensionsFactory getDimensionsFactory()