Uses of Enum
de.xima.fc.form.common.number_format.NumberFormatOptions.UnitSignPlacement
Packages that use NumberFormatOptions.UnitSignPlacement
-
Uses of NumberFormatOptions.UnitSignPlacement in de.xima.fc.form.common.number_format
Subclasses with type arguments of type NumberFormatOptions.UnitSignPlacement in de.xima.fc.form.common.number_formatModifier and TypeClassDescriptionstatic enumWhere to place the unit sign, if any.Methods in de.xima.fc.form.common.number_format that return NumberFormatOptions.UnitSignPlacementModifier and TypeMethodDescriptionNumberFormatOptions.UnitSignPlacement.fromString(String value) Finds the enum constant corresponding to the given string value, seeNumberFormatOptions.UnitSignPlacement.value().NumberFormatOptions.unitSignPlacement()Where to place theunit sign, if any.Returns the enum constant of this type with the specified name.NumberFormatOptions.UnitSignPlacement.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.UnitSignPlacementModifier and TypeMethodDescriptionNumberFormatOptions.Builder.unitSignPlacement(NumberFormatOptions.UnitSignPlacement unitSignPlacement) Where to place theunit sign, if any.