Enum NumberRangeFormatter.RangeIdentityFallback

java.lang.Object
java.lang.Enum<NumberRangeFormatter.RangeIdentityFallback>
com.ibm.icu.number.NumberRangeFormatter.RangeIdentityFallback
All Implemented Interfaces:
Serializable, Comparable<NumberRangeFormatter.RangeIdentityFallback>, java.lang.constant.Constable
Enclosing class:
NumberRangeFormatter

public static enum NumberRangeFormatter.RangeIdentityFallback extends Enum<NumberRangeFormatter.RangeIdentityFallback>
Defines the behavior when the two numbers in the range are identical after rounding. To programmatically detect when the identity fallback is used, compare the lower and upper BigDecimals via FormattedNumber.
See Also:
  • Enum Constant Details

  • Constructor Details

    • RangeIdentityFallback

      private RangeIdentityFallback()
  • Method Details

    • values

      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static NumberRangeFormatter.RangeIdentityFallback valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null