Uses of Enum
de.xima.fc.form.common.number_format.NumberFormatOptions.RoundingMode
Packages that use NumberFormatOptions.RoundingMode
-
Uses of NumberFormatOptions.RoundingMode in de.xima.fc.form.common.number_format
Subclasses with type arguments of type NumberFormatOptions.RoundingMode in de.xima.fc.form.common.number_formatModifier and TypeClassDescriptionstatic enumThe mode to use when rounding numbers.Methods in de.xima.fc.form.common.number_format that return NumberFormatOptions.RoundingModeModifier and TypeMethodDescriptionNumberFormatOptions.RoundingMode.fromString(String value) Finds the enum constant corresponding to the given string value, seeNumberFormatOptions.RoundingMode.value().NumberFormatOptions.roundingMode()The mode to use when rounding numbers.Returns the enum constant of this type with the specified name.static NumberFormatOptions.RoundingMode[]NumberFormatOptions.RoundingMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.form.common.number_format with parameters of type NumberFormatOptions.RoundingModeModifier and TypeMethodDescriptionNumberFormatOptions.Builder.roundingMode(NumberFormatOptions.RoundingMode roundingMode) The mode to use when rounding numbers.