JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum Class
tech.xmagic.enums.RCH
Packages that use
RCH
Package
Description
tech.xmagic.enums
Uses of
RCH
in
tech.xmagic.enums
Methods in
tech.xmagic.enums
that return
RCH
Modifier and Type
Method
Description
static
RCH
RCH.
getRCH
(int code)
获取响应结果枚举
static
RCH
RCH.
getRCH
(
String
name)
获取响应结果枚举
static
RCH
RCH.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
RCH
[]
RCH.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.