Uses of Class
io.vertigo.basics.formatter.FormatterString.Mode
-
Packages that use FormatterString.Mode Package Description io.vertigo.basics.formatter -
-
Uses of FormatterString.Mode in io.vertigo.basics.formatter
Methods in io.vertigo.basics.formatter that return FormatterString.Mode Modifier and Type Method Description static FormatterString.Mode
FormatterString.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FormatterString.Mode[]
FormatterString.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-