Enum Class UserTypeEnums

java.lang.Object
java.lang.Enum<UserTypeEnums>
com.cdkjframework.enums.UserTypeEnums
所有已实现的接口:
InterfaceEnum, Serializable, Comparable<UserTypeEnums>, Constable

public enum UserTypeEnums extends Enum<UserTypeEnums> implements InterfaceEnum
  • 枚举常量详细资料

    • UNKNOWN

      public static final UserTypeEnums UNKNOWN
      未知类型
    • SUPER

      public static final UserTypeEnums SUPER
      超级管理员
    • WECHAT

      public static final UserTypeEnums WECHAT
      微信用户
    • NURSE

      public static final UserTypeEnums NURSE
      护士
    • NURSING_WORKERS

      public static final UserTypeEnums NURSING_WORKERS
      护工
    • RECEPTION

      public static final UserTypeEnums RECEPTION
      前台
    • ELDERLY

      public static final UserTypeEnums ELDERLY
      老人
    • FAMILY_MEMBERS

      public static final UserTypeEnums FAMILY_MEMBERS
      家属
    • CUSTOMER

      public static final UserTypeEnums CUSTOMER
      供应商
    • MEMBER

      public static final UserTypeEnums MEMBER
      会员 - 老人,志愿者,都是会员
    • DOCTOR

      public static final UserTypeEnums DOCTOR
      医生
    • THERAPISTS

      public static final UserTypeEnums THERAPISTS
      治疗师
    • PRODUCE

      public static final UserTypeEnums PRODUCE
      生产人员
    • FINANCE

      public static final UserTypeEnums FINANCE
      财务
    • ADMIN

      public static final UserTypeEnums ADMIN
      管理
    • NET

      public static final UserTypeEnums NET
      网点
    • FULL

      public static final UserTypeEnums FULL
      不校验验证码登录
    • NET_SERVICE

      public static final UserTypeEnums NET_SERVICE
      网点服务
  • 方法详细资料

    • values

      public static UserTypeEnums[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      返回:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static UserTypeEnums valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值
    • getValue

      public String getValue()
      获取值
      指定者:
      getValue 在接口中 InterfaceEnum
      返回:
      返回值
    • getText

      public String getText()
      获取描述
      指定者:
      getText 在接口中 InterfaceEnum
      返回:
      返描述
    • getNode

      public String getNode()
      获取下节点值
      指定者:
      getNode 在接口中 InterfaceEnum
      返回:
      返下节点值
    • formUserType

      public static UserTypeEnums formUserType(String userType)
      获取
      参数:
      userType - 用户类型
      返回:
      返回结果