JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum Class
at.letto.tools.enums.Level
Packages that use
Level
Package
Description
at.letto.tools.enums
Uses of
Level
in
at.letto.tools.enums
Methods in
at.letto.tools.enums
that return
Level
Modifier and Type
Method
Description
static
Level
Level.
getVal
(
String
val)
static
Level
Level.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Level
[]
Level.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.