Uses of Enum Class
tech.xmagic.enums.RCH

Packages that use RCH
Package
Description
 
  • 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.