Class ConversionRates.ConversionRateInfo
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates.ConversionRateInfo
- Enclosing class:
ConversionRates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ConversionRateInfo
-
-
Method Details
-
getTarget
- Returns:
- the base unit.
For example: ("meter", "foot", "inch", "mile" ... etc.) have "meter" as a base/root unit.
-
getOffset
- Returns:
- The offset from this unit to the base unit.
-
getConversionRate
- Returns:
- The conversion rate from this unit to the base unit.
-
getSpecialMappingName
- Returns:
- The name of the special conversion system for this unit (used instead of factor + optional offset).
-
getSystems
- Returns:
- The measurement systems this unit belongs to.
-