|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnitsPackage
The Package for the model. It contains accessors for the meta objects to represent
UnitsFactory
Nested Class Summary | |
---|---|
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 |
Field Summary | |
---|---|
static int |
BASE_UNIT
The meta object id for the ' Base Unit ' class. |
static int |
BASE_UNIT__NAME
The feature id for the 'Name' attribute. |
static int |
BASE_UNIT_FEATURE_COUNT
The number of structural features of the 'Base Unit' class. |
static String |
copyright
|
static UnitsPackage |
eINSTANCE
The singleton instance of the package. |
static String |
eNAME
The package name. |
static String |
eNS_PREFIX
The package namespace name. |
static String |
eNS_URI
The package namespace URI. |
static int |
UNIT
The meta object id for the ' Unit ' class. |
static int |
UNIT_CARRYING_ELEMENT
The meta object id for the ' Unit Carrying Element ' class. |
static int |
UNIT_CARRYING_ELEMENT__UNIT
The feature id for the 'Unit' reference. |
static int |
UNIT_CARRYING_ELEMENT__UNIT_SPECIFICATION
The feature id for the 'Unit Specification' attribute. |
static int |
UNIT_CARRYING_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Unit Carrying Element' class. |
static int |
UNIT_FEATURE_COUNT
The number of structural features of the 'Unit' class. |
static int |
UNIT_LITERAL
The meta object id for the ' Unit Literal ' class. |
static int |
UNIT_LITERAL__BASE_UNIT
The feature id for the 'Base Unit' reference. |
static int |
UNIT_LITERAL_FEATURE_COUNT
The number of structural features of the 'Unit Literal' class. |
static int |
UNIT_MULTIPLICATION
The meta object id for the ' Unit Multiplication ' class. |
static int |
UNIT_MULTIPLICATION__UNITS
The feature id for the 'Units' containment reference list. |
static int |
UNIT_MULTIPLICATION_FEATURE_COUNT
The number of structural features of the 'Unit Multiplication' class. |
static int |
UNIT_POWER
The meta object id for the ' Unit Power ' class. |
static int |
UNIT_POWER__EXPONENT
The feature id for the 'Exponent' attribute. |
static int |
UNIT_POWER__UNIT
The feature id for the 'Unit' containment reference. |
static int |
UNIT_POWER_FEATURE_COUNT
The number of structural features of the 'Unit Power' class. |
static int |
UNIT_REPOSITORY
The meta object id for the ' Unit Repository ' class. |
static int |
UNIT_REPOSITORY__UNITS
The feature id for the 'Units' containment reference list. |
static int |
UNIT_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Unit Repository' class. |
Method Summary | |
---|---|
EAttribute |
getBaseUnit_Name()
Returns the meta object for the attribute ' Name '. |
EClass |
getBaseUnit()
Returns the meta object for class ' Base Unit '. |
EClass |
getUnit()
Returns the meta object for class ' Unit '. |
EReference |
getUnitCarryingElement_Unit()
Returns the meta object for the reference ' Unit '. |
EAttribute |
getUnitCarryingElement_UnitSpecification()
Returns the meta object for the attribute ' Unit Specification '. |
EClass |
getUnitCarryingElement()
Returns the meta object for class ' Unit Carrying Element '. |
EReference |
getUnitLiteral_BaseUnit()
Returns the meta object for the reference ' Base Unit '. |
EClass |
getUnitLiteral()
Returns the meta object for class ' Unit Literal '. |
EReference |
getUnitMultiplication_Units()
Returns the meta object for the containment reference list ' Units '. |
EClass |
getUnitMultiplication()
Returns the meta object for class ' Unit Multiplication '. |
EAttribute |
getUnitPower_Exponent()
Returns the meta object for the attribute ' Exponent '. |
EReference |
getUnitPower_Unit()
Returns the meta object for the containment reference ' Unit '. |
EClass |
getUnitPower()
Returns the meta object for class ' Unit Power '. |
EReference |
getUnitRepository_Units()
Returns the meta object for the containment reference list ' Units '. |
EClass |
getUnitRepository()
Returns the meta object for class ' Unit Repository '. |
UnitsFactory |
getUnitsFactory()
Returns the factory that creates the instances of the model. |
Field Detail |
---|
static final String copyright
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final UnitsPackage eINSTANCE
static final int UNIT_CARRYING_ELEMENT
Unit Carrying Element
' class.
UnitCarryingElementImpl
,
UnitsPackageImpl.getUnitCarryingElement()
,
Constant Field Valuesstatic final int UNIT_CARRYING_ELEMENT__UNIT
static final int UNIT_CARRYING_ELEMENT__UNIT_SPECIFICATION
static final int UNIT_CARRYING_ELEMENT_FEATURE_COUNT
static final int UNIT
Unit
' class.
UnitImpl
,
UnitsPackageImpl.getUnit()
,
Constant Field Valuesstatic final int UNIT_FEATURE_COUNT
static final int BASE_UNIT
Base Unit
' class.
BaseUnitImpl
,
UnitsPackageImpl.getBaseUnit()
,
Constant Field Valuesstatic final int BASE_UNIT__NAME
static final int BASE_UNIT_FEATURE_COUNT
static final int UNIT_REPOSITORY
Unit Repository
' class.
UnitRepositoryImpl
,
UnitsPackageImpl.getUnitRepository()
,
Constant Field Valuesstatic final int UNIT_REPOSITORY__UNITS
static final int UNIT_REPOSITORY_FEATURE_COUNT
static final int UNIT_MULTIPLICATION
Unit Multiplication
' class.
UnitMultiplicationImpl
,
UnitsPackageImpl.getUnitMultiplication()
,
Constant Field Valuesstatic final int UNIT_MULTIPLICATION__UNITS
static final int UNIT_MULTIPLICATION_FEATURE_COUNT
static final int UNIT_POWER
Unit Power
' class.
UnitPowerImpl
,
UnitsPackageImpl.getUnitPower()
,
Constant Field Valuesstatic final int UNIT_POWER__UNIT
static final int UNIT_POWER__EXPONENT
static final int UNIT_POWER_FEATURE_COUNT
static final int UNIT_LITERAL
Unit Literal
' class.
UnitLiteralImpl
,
UnitsPackageImpl.getUnitLiteral()
,
Constant Field Valuesstatic final int UNIT_LITERAL__BASE_UNIT
static final int UNIT_LITERAL_FEATURE_COUNT
Method Detail |
---|
EClass getUnitCarryingElement()
Unit Carrying Element
'.
UnitCarryingElement
EReference getUnitCarryingElement_Unit()
Unit
'.
UnitCarryingElement.getUnit()
,
getUnitCarryingElement()
EAttribute getUnitCarryingElement_UnitSpecification()
Unit Specification
'.
UnitCarryingElement.getUnitSpecification()
,
getUnitCarryingElement()
EClass getUnit()
Unit
'.
Unit
EClass getBaseUnit()
Base Unit
'.
BaseUnit
EAttribute getBaseUnit_Name()
Name
'.
BaseUnit.getName()
,
getBaseUnit()
EClass getUnitRepository()
Unit Repository
'.
UnitRepository
EReference getUnitRepository_Units()
Units
'.
UnitRepository.getUnits()
,
getUnitRepository()
EClass getUnitMultiplication()
Unit Multiplication
'.
UnitMultiplication
EReference getUnitMultiplication_Units()
Units
'.
UnitMultiplication.getUnits()
,
getUnitMultiplication()
EClass getUnitPower()
Unit Power
'.
UnitPower
EReference getUnitPower_Unit()
Unit
'.
UnitPower.getUnit()
,
getUnitPower()
EAttribute getUnitPower_Exponent()
Exponent
'.
UnitPower.getExponent()
,
getUnitPower()
EClass getUnitLiteral()
Unit Literal
'.
UnitLiteral
EReference getUnitLiteral_BaseUnit()
Base Unit
'.
UnitLiteral.getBaseUnit()
,
getUnitLiteral()
UnitsFactory getUnitsFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |