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