JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
SEARCH:
Uses of Enum Class
cn.sinozg.applet.common.enums.DictType
Packages that use
DictType
Package
Description
cn.sinozg.applet.common.enums
Uses of
DictType
in
cn.sinozg.applet.common.enums
Methods in
cn.sinozg.applet.common.enums
that return
DictType
Modifier and Type
Method
Description
static
DictType
DictType.
byCode
(
String
code)
static
DictType
DictType.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
DictType
[]
DictType.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.