Uses of Class
uk.autores.Severity
-
Packages that use Severity Package Description uk.autores An annotation driven library for working with embedded resource files. -
-
Uses of Severity in uk.autores
Methods in uk.autores that return Severity Modifier and Type Method Description Severity
incompatibleFormat()
How to handle incompatible format string in localized files.Severity
missingKey()
How to handle missing keys in localized files.static Severity
Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Severity[]
Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-