de.uka.ipd.sdq.units
Interface UnitsPackage.Literals

Enclosing interface:
UnitsPackage

public static interface UnitsPackage.Literals

Defines literals for the meta objects that represent


Field Summary
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 EAttribute UNIT_CARRYING_ELEMENT__UNIT_SPECIFICATION
          The meta object literal for the 'Unit Specification' attribute feature.
static EClass UNIT_LITERAL
          The meta object literal for the 'Unit Literal' class.
static EReference UNIT_LITERAL__BASE_UNIT
          The meta object literal for the 'Base Unit' 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 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()

UNIT_CARRYING_ELEMENT__UNIT

static final EReference UNIT_CARRYING_ELEMENT__UNIT
The meta object literal for the 'Unit' reference feature.


UNIT_CARRYING_ELEMENT__UNIT_SPECIFICATION

static final EAttribute UNIT_CARRYING_ELEMENT__UNIT_SPECIFICATION
The meta object literal for the 'Unit Specification' attribute feature.


UNIT

static final EClass UNIT
The meta object literal for the 'Unit' class.

See Also:
UnitImpl, UnitsPackageImpl.getUnit()

BASE_UNIT

static final EClass BASE_UNIT
The meta object literal for the 'Base Unit' class.

See Also:
BaseUnitImpl, UnitsPackageImpl.getBaseUnit()

BASE_UNIT__NAME

static final EAttribute BASE_UNIT__NAME
The meta object literal for the 'Name' attribute feature.


UNIT_REPOSITORY

static final EClass UNIT_REPOSITORY
The meta object literal for the 'Unit Repository' class.

See Also:
UnitRepositoryImpl, UnitsPackageImpl.getUnitRepository()

UNIT_REPOSITORY__UNITS

static final EReference UNIT_REPOSITORY__UNITS
The meta object literal for the 'Units' containment reference list feature.


UNIT_MULTIPLICATION

static final EClass UNIT_MULTIPLICATION
The meta object literal for the 'Unit Multiplication' class.

See Also:
UnitMultiplicationImpl, UnitsPackageImpl.getUnitMultiplication()

UNIT_MULTIPLICATION__UNITS

static final EReference UNIT_MULTIPLICATION__UNITS
The meta object literal for the 'Units' containment reference list feature.


UNIT_POWER

static final EClass UNIT_POWER
The meta object literal for the 'Unit Power' class.

See Also:
UnitPowerImpl, UnitsPackageImpl.getUnitPower()

UNIT_POWER__UNIT

static final EReference UNIT_POWER__UNIT
The meta object literal for the 'Unit' containment reference feature.


UNIT_POWER__EXPONENT

static final EAttribute UNIT_POWER__EXPONENT
The meta object literal for the 'Exponent' attribute feature.


UNIT_LITERAL

static final EClass UNIT_LITERAL
The meta object literal for the 'Unit Literal' class.

See Also:
UnitLiteralImpl, UnitsPackageImpl.getUnitLiteral()

UNIT_LITERAL__BASE_UNIT

static final EReference UNIT_LITERAL__BASE_UNIT
The meta object literal for the 'Base Unit' reference feature.