public interface UnitsPackage extends EPackage
UnitsFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
UnitsPackage.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 UnitsPackage |
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.
|
static int |
UNIT
The meta object id for the '
Unit ' class. |
static int |
UNIT__ID
The feature id for the 'Id' attribute.
|
static int |
UNIT__NAME
The feature id for the 'Name' attribute.
|
static int |
UNIT_FEATURE_COUNT
The number of structural features of the 'Unit' class.
|
static int |
UNIT_REPOSITORY
The meta object id for the '
Unit Repository ' class. |
static int |
UNIT_REPOSITORY__ID
The feature id for the 'Id' attribute.
|
static int |
UNIT_REPOSITORY__UNITS
The feature id for the 'Units' containment reference list.
|
static int |
UNIT_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Unit Repository' class.
|
Modifier and Type | Method and Description |
---|---|
EClass |
getUnit()
Returns the meta object for class '
Unit '. |
EReference |
getUnitRepository_Units()
Returns the meta object for the containment reference list '
Units '. |
EClass |
getUnitRepository()
Returns the meta object for class '
Unit Repository '. |
UnitsFactory |
getUnitsFactory()
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 UnitsPackage eINSTANCE
static final int UNIT
Unit
' class.
UnitImpl
,
UnitsPackageImpl.getUnit()
,
Constant Field Valuesstatic final int UNIT__ID
static final int UNIT__NAME
static final int UNIT_FEATURE_COUNT
static final int UNIT_REPOSITORY
Unit Repository
' class.
UnitRepositoryImpl
,
UnitsPackageImpl.getUnitRepository()
,
Constant Field Valuesstatic final int UNIT_REPOSITORY__ID
static final int UNIT_REPOSITORY__UNITS
static final int UNIT_REPOSITORY_FEATURE_COUNT
EClass getUnit()
Unit
'.
Unit
EClass getUnitRepository()
Unit Repository
'.
UnitRepository
EReference getUnitRepository_Units()
Units
'.
UnitRepository.getUnits()
,
getUnitRepository()
UnitsFactory getUnitsFactory()