JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum Class
io.github.xezzon.zeroweb.dict.TestEnum
Packages that use
TestEnum
Package
Description
io.github.xezzon.zeroweb.dict
Uses of
TestEnum
in
io.github.xezzon.zeroweb.dict
Methods in
io.github.xezzon.zeroweb.dict
that return
TestEnum
Modifier and Type
Method
Description
static
TestEnum
TestEnum.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
TestEnum
[]
TestEnum.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.