Uses of Class
de.xima.fc.form.common.number_format.NumberFormatOptions.RoundingMode
- 
Packages that use NumberFormatOptions.RoundingMode Package Description de.xima.fc.form.common.number_format  - 
- 
Uses of NumberFormatOptions.RoundingMode in de.xima.fc.form.common.number_format
Methods in de.xima.fc.form.common.number_format that return NumberFormatOptions.RoundingMode Modifier and Type Method Description static NumberFormatOptions.RoundingModeNumberFormatOptions.RoundingMode. fromString(String value)Finds the enum constant corresponding to the given string value, seevalue().NumberFormatOptions.RoundingModeNumberFormatOptions. roundingMode()The mode to use when rounding numbers.static NumberFormatOptions.RoundingModeNumberFormatOptions.RoundingMode. valueOf(String name)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.RoundingMode Modifier and Type Method Description NumberFormatOptions.BuilderNumberFormatOptions.Builder. roundingMode(NumberFormatOptions.RoundingMode roundingMode)The mode to use when rounding numbers. 
 -