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.RegexType
Packages that use
RegexType
Package
Description
cn.sinozg.applet.common.enums
Uses of
RegexType
in
cn.sinozg.applet.common.enums
Methods in
cn.sinozg.applet.common.enums
that return
RegexType
Modifier and Type
Method
Description
static
RegexType
RegexType.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
RegexType
[]
RegexType.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.