public static interface UnitsPackage.Literals
Modifier and Type | Field and Description |
---|---|
static EClass |
BASE_UNIT
The meta object literal for the '
Base
Unit ' class. |
static EAttribute |
BASE_UNIT__NAME
The meta object literal for the 'Name' attribute feature.
|
static EClass |
UNIT
The meta object literal for the '
Unit ' class. |
static EClass |
UNIT_CARRYING_ELEMENT
The meta object literal for the '
Unit Carrying Element ' class. |
static EReference |
UNIT_CARRYING_ELEMENT__UNIT
The meta object literal for the 'Unit' reference feature.
|
static EClass |
UNIT_DIVISION
The meta object literal for the '
Unit Division ' class. |
static EReference |
UNIT_DIVISION__DIVIDEND
The meta object literal for the 'Dividend' containment reference feature.
|
static EReference |
UNIT_DIVISION__DIVISOR
The meta object literal for the 'Divisor' containment reference feature.
|
static EClass |
UNIT_MULTIPLICATION
The meta object literal for the '
Unit Multiplication ' class. |
static EReference |
UNIT_MULTIPLICATION__UNITS
The meta object literal for the 'Units' containment reference list
feature.
|
static EEnum |
UNIT_NAMES
The meta object literal for the '
Unit
Names ' enum. |
static EClass |
UNIT_POWER
The meta object literal for the '
Unit
Power ' class. |
static EAttribute |
UNIT_POWER__EXPONENT
The meta object literal for the 'Exponent' attribute feature.
|
static EReference |
UNIT_POWER__UNIT
The meta object literal for the 'Unit' containment reference feature.
|
static EClass |
UNIT_REPOSITORY
The meta object literal for the '
Unit Repository ' class. |
static EReference |
UNIT_REPOSITORY__UNITS
The meta object literal for the 'Units' containment reference list
feature.
|
static final EClass UNIT_CARRYING_ELEMENT
Unit Carrying Element
' class. UnitCarryingElementImpl
,
UnitsPackageImpl.getUnitCarryingElement()
static final EReference UNIT_CARRYING_ELEMENT__UNIT
static final EClass UNIT
Unit
' class. UnitImpl
,
UnitsPackageImpl.getUnit()
static final EClass BASE_UNIT
Base
Unit
' class. BaseUnitImpl
,
UnitsPackageImpl.getBaseUnit()
static final EAttribute BASE_UNIT__NAME
static final EClass UNIT_REPOSITORY
Unit Repository
' class. UnitRepositoryImpl
,
UnitsPackageImpl.getUnitRepository()
static final EReference UNIT_REPOSITORY__UNITS
static final EClass UNIT_MULTIPLICATION
Unit Multiplication
' class. UnitMultiplicationImpl
,
UnitsPackageImpl.getUnitMultiplication()
static final EReference UNIT_MULTIPLICATION__UNITS
static final EClass UNIT_POWER
Unit
Power
' class. UnitPowerImpl
,
UnitsPackageImpl.getUnitPower()
static final EReference UNIT_POWER__UNIT
static final EAttribute UNIT_POWER__EXPONENT
static final EClass UNIT_DIVISION
Unit Division
' class. UnitDivisionImpl
,
UnitsPackageImpl.getUnitDivision()
static final EReference UNIT_DIVISION__DIVIDEND
static final EReference UNIT_DIVISION__DIVISOR
static final EEnum UNIT_NAMES
Unit
Names
' enum. UnitNames
,
UnitsPackageImpl.getUnitNames()