Package de.uka.ipd.sdq.units
Interface UnitsPackage.Literals
-
- Enclosing interface:
- UnitsPackage
public static interface UnitsPackage.LiteralsDefines 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 EClassBASE_UNITThe meta object literal for the 'Base Unit' class.static EAttributeBASE_UNIT__NAMEThe meta object literal for the 'Name' attribute feature.static EClassUNITThe meta object literal for the 'Unit' class.static EClassUNIT_CARRYING_ELEMENTThe meta object literal for the 'Unit Carrying Element' class.static EReferenceUNIT_CARRYING_ELEMENT__UNITThe meta object literal for the 'Unit' reference feature.static EClassUNIT_DIVISIONThe meta object literal for the 'Unit Division' class.static EReferenceUNIT_DIVISION__DIVIDENDThe meta object literal for the 'Dividend' containment reference feature.static EReferenceUNIT_DIVISION__DIVISORThe meta object literal for the 'Divisor' containment reference feature.static EClassUNIT_MULTIPLICATIONThe meta object literal for the 'Unit Multiplication' class.static EReferenceUNIT_MULTIPLICATION__UNITSThe meta object literal for the 'Units' containment reference list feature.static EEnumUNIT_NAMESThe meta object literal for the 'Unit Names' enum.static EClassUNIT_POWERThe meta object literal for the 'Unit Power' class.static EAttributeUNIT_POWER__EXPONENTThe meta object literal for the 'Exponent' attribute feature.static EReferenceUNIT_POWER__UNITThe meta object literal for the 'Unit' containment reference feature.static EClassUNIT_REPOSITORYThe meta object literal for the 'Unit Repository' class.static EReferenceUNIT_REPOSITORY__UNITSThe 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.
-
-