public interface SystemOfUnitsService
This interface represents the service to obtain a system
of units.
Common system of units are "SI" (System International), "Imperial" (British), "US" (US Customary).
| Modifier and Type | Method and Description |
|---|---|
SystemOfUnits |
getSystemOfUnits()
Returns the default
International System of Units.
|
SystemOfUnits |
getSystemOfUnits(String name)
Returns the system of units having the specified name or
null if none. |
SystemOfUnits getSystemOfUnits()
getSystemOfUnits("SI")SystemOfUnits getSystemOfUnits(String name)
null if none.name - the system of unit name.Copyright © 2014 Jean-Marie Dautelle, Werner Keil, V2COM. All Rights Reserved.