Class ConversionRates.ConversionRateInfo

java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates.ConversionRateInfo
Enclosing class:
ConversionRates

public static class ConversionRates.ConversionRateInfo extends Object
  • Constructor Details

  • Method Details

    • getTarget

      public String getTarget()
      Returns:
      the base unit.

      For example: ("meter", "foot", "inch", "mile" ... etc.) have "meter" as a base/root unit.

    • getOffset

      public BigDecimal getOffset()
      Returns:
      The offset from this unit to the base unit.
    • getConversionRate

      public String getConversionRate()
      Returns:
      The conversion rate from this unit to the base unit.
    • getSystems

      public String getSystems()
      Returns:
      The measurement systems this unit belongs to.