Uses of Enum
de.xima.fc.form.common.number_format.NumberFormatOptions.SignumSignPlacement
Packages that use NumberFormatOptions.SignumSignPlacement
-
Uses of NumberFormatOptions.SignumSignPlacement in de.xima.fc.form.common.number_format
Subclasses with type arguments of type NumberFormatOptions.SignumSignPlacement in de.xima.fc.form.common.number_formatModifier and TypeClassDescriptionstatic enumWhere to place the signum sign that indicates whether a number is positive or negative.Methods in de.xima.fc.form.common.number_format that return NumberFormatOptions.SignumSignPlacementModifier and TypeMethodDescriptionNumberFormatOptions.SignumSignPlacement.fromString(String value) Finds the enum constant corresponding to the given string value, seeNumberFormatOptions.SignumSignPlacement.value().NumberFormatOptions.signumSignPlacement()Where to place the signum sign that indicates whether a number is positive or negative.Returns the enum constant of this type with the specified name.NumberFormatOptions.SignumSignPlacement.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.SignumSignPlacementModifier and TypeMethodDescriptionNumberFormatOptions.Builder.signumSignPlacement(NumberFormatOptions.SignumSignPlacement signumSignPlacement) Where to place the signum sign that indicates whether a number is positive or negative.