Uses of Interface
javax.measure.spi.SystemOfUnits
| Package | Description |
|---|---|
| javax.measure.spi |
[OPTIONAL] The Units of Measurement SPI.
|
-
Uses of SystemOfUnits in javax.measure.spi
Methods in javax.measure.spi that return SystemOfUnits Modifier and Type Method Description SystemOfUnitsSystemOfUnitsService. getSystemOfUnits()Returns the defaultsystem of units.SystemOfUnitsSystemOfUnitsService. getSystemOfUnits(String name)Returns the system of units having the specified name ornullif none is found.Methods in javax.measure.spi that return types with arguments of type SystemOfUnits Modifier and Type Method Description Collection<SystemOfUnits>SystemOfUnitsService. getAvailableSystemsOfUnits()Gets a list with available systems for thisSystemOfUnitsService.