Uses of Enum
de.xima.fc.form.common.number_format.NumberFormatOptions.LeadingZeroMode
Packages that use NumberFormatOptions.LeadingZeroMode
-
Uses of NumberFormatOptions.LeadingZeroMode in de.xima.fc.form.common.number_format
Subclasses with type arguments of type NumberFormatOptions.LeadingZeroMode in de.xima.fc.form.common.number_formatModifier and TypeClassDescriptionstatic enumDefines how to treat leading zeroes, e.g.Methods in de.xima.fc.form.common.number_format that return NumberFormatOptions.LeadingZeroModeModifier and TypeMethodDescriptionNumberFormatOptions.LeadingZeroMode.fromString(String value) Finds the enum constant corresponding to the given string value, seeNumberFormatOptions.LeadingZeroMode.value().NumberFormatOptions.leadingZeroMode()Defines how to treat leading zeroes, e.g. `003512`.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.LeadingZeroModeModifier and TypeMethodDescriptionNumberFormatOptions.Builder.leadingZeroMode(NumberFormatOptions.LeadingZeroMode leadingZeroMode) Defines how to treat leading zeroes, e.g. `003512`.