Uses of Class
de.xima.fc.form.common.number_format.NumberFormatOptions.LeadingZeroMode
-
Packages that use NumberFormatOptions.LeadingZeroMode Package Description de.xima.fc.form.common.number_format -
-
Uses of NumberFormatOptions.LeadingZeroMode in de.xima.fc.form.common.number_format
Methods in de.xima.fc.form.common.number_format that return NumberFormatOptions.LeadingZeroMode Modifier and Type Method Description static NumberFormatOptions.LeadingZeroMode
NumberFormatOptions.LeadingZeroMode. fromString(String value)
Finds the enum constant corresponding to the given string value, seevalue()
.NumberFormatOptions.LeadingZeroMode
NumberFormatOptions. leadingZeroMode()
Defines how to treat leading zeroes, e.g.static NumberFormatOptions.LeadingZeroMode
NumberFormatOptions.LeadingZeroMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static NumberFormatOptions.LeadingZeroMode[]
NumberFormatOptions.LeadingZeroMode. 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.LeadingZeroMode Modifier and Type Method Description NumberFormatOptions.Builder
NumberFormatOptions.Builder. leadingZeroMode(NumberFormatOptions.LeadingZeroMode leadingZeroMode)
Defines how to treat leading zeroes, e.g.
-