| Package | Description |
|---|---|
| javax.measure.spi |
[OPTIONAL] The Units of Measurement SPI.
|
| Modifier and Type | Method and Description |
|---|---|
SystemOfUnits |
SystemOfUnitsService.getSystemOfUnits()
Returns the default
system of units. |
SystemOfUnits |
SystemOfUnitsService.getSystemOfUnits(java.lang.String name)
Returns the system of units having the specified name or
null if none. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SystemOfUnits> |
SystemOfUnitsService.getAvailableSystemsOfUnits()
Gets a list with available systems for this
SystemOfUnitsService. |