Uses of Interface
org.omg.smm.UnitOfMeasure
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
-
Uses of UnitOfMeasure in org.omg.smm
Subinterfaces of UnitOfMeasure in org.omg.smm Modifier and Type Interface Description interfaceCountingUnitA representation of the model object 'Counting Unit'.Methods in org.omg.smm that return UnitOfMeasure Modifier and Type Method Description UnitOfMeasureSmmFactory. createUnitOfMeasure()Returns a new object of class 'Unit Of Measure'.UnitOfMeasureDimensionalMeasure. getUnit()Returns the value of the 'Unit' reference.Methods in org.omg.smm with parameters of type UnitOfMeasure Modifier and Type Method Description voidDimensionalMeasure. setUnit(UnitOfMeasure value)Sets the value of the 'Unit' reference. -
Uses of UnitOfMeasure in org.omg.smm.impl
Classes in org.omg.smm.impl that implement UnitOfMeasure Modifier and Type Class Description classCountingUnitImplAn implementation of the model object 'Counting Unit'.classUnitOfMeasureImplAn implementation of the model object 'Unit Of Measure'.Fields in org.omg.smm.impl declared as UnitOfMeasure Modifier and Type Field Description protected UnitOfMeasureDimensionalMeasureImpl. unitThe cached value of the 'Unit' reference.Methods in org.omg.smm.impl that return UnitOfMeasure Modifier and Type Method Description UnitOfMeasureDimensionalMeasureImpl. basicGetUnit()UnitOfMeasureSmmFactoryImpl. createUnitOfMeasure()UnitOfMeasureDimensionalMeasureImpl. getUnit()Methods in org.omg.smm.impl with parameters of type UnitOfMeasure Modifier and Type Method Description voidDimensionalMeasureImpl. setUnit(UnitOfMeasure newUnit) -
Uses of UnitOfMeasure in org.omg.smm.util
Methods in org.omg.smm.util with parameters of type UnitOfMeasure Modifier and Type Method Description TSmmSwitch. caseUnitOfMeasure(UnitOfMeasure object)Returns the result of interpreting the object as an instance of 'Unit Of Measure'.