Uses of Enum Class
tech.xmagic.enums.RC

Packages that use RC
Package
Description
 
  • Uses of RC in tech.xmagic.enums

    Methods in tech.xmagic.enums that return RC
    Modifier and Type
    Method
    Description
    static RC
    RC.getRC(int code)
    获取响应结果枚举
    static RC
    RC.getRC(String name)
    获取响应结果枚举
    static RC
    ResultEnum.getRC(int code)
    获取响应结果枚举
    static RC
    ResultEnum.getRC(String name)
    获取响应结果枚举
    static RC
    RC.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static RC[]
    RC.values()
    Returns an array containing the constants of this enum class, in the order they are declared.