Package de.uka.ipd.sdq.units
Interface UnitsPackage.Literals
-
- Enclosing interface:
- UnitsPackage
public 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
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field 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.
-
-
-
Field Detail
-
UNIT_CARRYING_ELEMENT
static final EClass UNIT_CARRYING_ELEMENT
The meta object literal for the 'Unit Carrying Element
' class.- See Also:
UnitCarryingElementImpl
,UnitsPackageImpl.getUnitCarryingElement()
- Generated class or method.
-
UNIT_CARRYING_ELEMENT__UNIT
static final EReference UNIT_CARRYING_ELEMENT__UNIT
The meta object literal for the 'Unit' reference feature.- Generated class or method.
-
UNIT
static final EClass UNIT
The meta object literal for the 'Unit
' class.- See Also:
UnitImpl
,UnitsPackageImpl.getUnit()
- Generated class or method.
-
BASE_UNIT
static final EClass BASE_UNIT
The meta object literal for the 'Base Unit
' class.- See Also:
BaseUnitImpl
,UnitsPackageImpl.getBaseUnit()
- Generated class or method.
-
BASE_UNIT__NAME
static final EAttribute BASE_UNIT__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
UNIT_REPOSITORY
static final EClass UNIT_REPOSITORY
The meta object literal for the 'Unit Repository
' class.- See Also:
UnitRepositoryImpl
,UnitsPackageImpl.getUnitRepository()
- Generated class or method.
-
UNIT_REPOSITORY__UNITS
static final EReference UNIT_REPOSITORY__UNITS
The meta object literal for the 'Units' containment reference list feature.- Generated class or method.
-
UNIT_MULTIPLICATION
static final EClass UNIT_MULTIPLICATION
The meta object literal for the 'Unit Multiplication
' class.- See Also:
UnitMultiplicationImpl
,UnitsPackageImpl.getUnitMultiplication()
- Generated class or method.
-
UNIT_MULTIPLICATION__UNITS
static final EReference UNIT_MULTIPLICATION__UNITS
The meta object literal for the 'Units' containment reference list feature.- Generated class or method.
-
UNIT_POWER
static final EClass UNIT_POWER
The meta object literal for the 'Unit Power
' class.- See Also:
UnitPowerImpl
,UnitsPackageImpl.getUnitPower()
- Generated class or method.
-
UNIT_POWER__UNIT
static final EReference UNIT_POWER__UNIT
The meta object literal for the 'Unit' containment reference feature.- Generated class or method.
-
UNIT_POWER__EXPONENT
static final EAttribute UNIT_POWER__EXPONENT
The meta object literal for the 'Exponent' attribute feature.- Generated class or method.
-
UNIT_DIVISION
static final EClass UNIT_DIVISION
The meta object literal for the 'Unit Division
' class.- See Also:
UnitDivisionImpl
,UnitsPackageImpl.getUnitDivision()
- Generated class or method.
-
UNIT_DIVISION__DIVIDEND
static final EReference UNIT_DIVISION__DIVIDEND
The meta object literal for the 'Dividend' containment reference feature.- Generated class or method.
-
UNIT_DIVISION__DIVISOR
static final EReference UNIT_DIVISION__DIVISOR
The meta object literal for the 'Divisor' containment reference feature.- Generated class or method.
-
UNIT_NAMES
static final EEnum UNIT_NAMES
The meta object literal for the 'Unit Names
' enum.- See Also:
UnitNames
,UnitsPackageImpl.getUnitNames()
- Generated class or method.
-
-