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
Modifier and TypeFieldDescriptionstatic final EClass
The meta object literal for the 'Base Unit
' class.static final EAttribute
The meta object literal for the 'Name' attribute feature.static final EClass
The meta object literal for the 'Unit
' class.static final EClass
The meta object literal for the 'Unit Carrying Element
' class.static final EReference
The meta object literal for the 'Unit' reference feature.static final EClass
The meta object literal for the 'Unit Division
' class.static final EReference
The meta object literal for the 'Dividend' containment reference feature.static final EReference
The meta object literal for the 'Divisor' containment reference feature.static final EClass
The meta object literal for the 'Unit Multiplication
' class.static final EReference
The meta object literal for the 'Units' containment reference list feature.static final EEnum
The meta object literal for the 'Unit Names
' enum.static final EClass
The meta object literal for the 'Unit Power
' class.static final EAttribute
The meta object literal for the 'Exponent' attribute feature.static final EReference
The meta object literal for the 'Unit' containment reference feature.static final EClass
The meta object literal for the 'Unit Repository
' class.static final EReference
The meta object literal for the 'Units' containment reference list feature.
-
Field Details
-
UNIT_CARRYING_ELEMENT
The meta object literal for the 'Unit Carrying Element
' class.- See Also:
- Generated class or method.
-
UNIT_CARRYING_ELEMENT__UNIT
The meta object literal for the 'Unit' reference feature.- Generated class or method.
-
UNIT
The meta object literal for the 'Unit
' class.- See Also:
- Generated class or method.
-
BASE_UNIT
The meta object literal for the 'Base Unit
' class.- See Also:
- Generated class or method.
-
BASE_UNIT__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
UNIT_REPOSITORY
The meta object literal for the 'Unit Repository
' class.- See Also:
- Generated class or method.
-
UNIT_REPOSITORY__UNITS
The meta object literal for the 'Units' containment reference list feature.- Generated class or method.
-
UNIT_MULTIPLICATION
The meta object literal for the 'Unit Multiplication
' class.- See Also:
- Generated class or method.
-
UNIT_MULTIPLICATION__UNITS
The meta object literal for the 'Units' containment reference list feature.- Generated class or method.
-
UNIT_POWER
The meta object literal for the 'Unit Power
' class.- See Also:
- Generated class or method.
-
UNIT_POWER__UNIT
The meta object literal for the 'Unit' containment reference feature.- Generated class or method.
-
UNIT_POWER__EXPONENT
The meta object literal for the 'Exponent' attribute feature.- Generated class or method.
-
UNIT_DIVISION
The meta object literal for the 'Unit Division
' class.- See Also:
- Generated class or method.
-
UNIT_DIVISION__DIVIDEND
The meta object literal for the 'Dividend' containment reference feature.- Generated class or method.
-
UNIT_DIVISION__DIVISOR
The meta object literal for the 'Divisor' containment reference feature.- Generated class or method.
-
UNIT_NAMES
The meta object literal for the 'Unit Names
' enum.- See Also:
- Generated class or method.
-