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 SystemOfUnits
SystemOfUnitsService. getSystemOfUnits()
Returns the defaultsystem of units
.SystemOfUnits
SystemOfUnitsService. getSystemOfUnits(String name)
Returns the system of units having the specified name ornull
if 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
.