Uses of Interface
javax.measure.spi.SystemOfUnits
-
Packages that use 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(java.lang.String name)
Returns the system of units having the specified name ornull
if none.Methods in javax.measure.spi that return types with arguments of type SystemOfUnits Modifier and Type Method Description java.util.Collection<SystemOfUnits>
SystemOfUnitsService. getAvailableSystemsOfUnits()
Gets a list with available systems for thisSystemOfUnitsService
.
-