Package ome.model.units
Interface Unit
-
- All Superinterfaces:
Primitive
- All Known Implementing Classes:
ElectricPotential
,Frequency
,Length
,Power
,Pressure
,Temperature
,Time
public interface Unit extends Primitive
marker interface for all of ome.model.unit types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnitEnum
getUnit()
double
getValue()
void
setValue(double d)
-
-
-
Method Detail
-
getValue
double getValue()
-
setValue
void setValue(double d)
-
getUnit
UnitEnum getUnit()
-
-