JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum Class
icu.easyj.core.env.RunMode
Packages that use
RunMode
Package
Description
icu.easyj.core.env
Uses of
RunMode
in
icu.easyj.core.env
Methods in
icu.easyj.core.env
that return
RunMode
Modifier and Type
Method
Description
static
RunMode
RunMode.
get
(
String
name)
根据枚举名获取枚举
static
RunMode
RunMode.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
RunMode
[]
RunMode.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.