Enum Class UserTypeEnums
- 所有已实现的接口:
InterfaceEnum
,Serializable
,Comparable<UserTypeEnums>
,Constable
-
嵌套类概要
从类继承的嵌套类/接口 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
枚举常量概要
枚举常量枚举常量说明管理供应商医生老人家属财务不校验验证码登录会员 - 老人,志愿者,都是会员网点网点服务护士护工生产人员前台超级管理员治疗师未知类型微信用户 -
方法概要
修饰符和类型方法说明static UserTypeEnums
formUserType
(String userType) 获取getNode()
获取下节点值getText()
获取描述getValue()
获取值static UserTypeEnums
Returns the enum constant of this class with the specified name.static UserTypeEnums[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.从类继承的方法 java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
枚举常量详细资料
-
UNKNOWN
未知类型 -
SUPER
超级管理员 -
WECHAT
微信用户 -
NURSE
护士 -
NURSING_WORKERS
护工 -
RECEPTION
前台 -
ELDERLY
老人 -
FAMILY_MEMBERS
家属 -
CUSTOMER
供应商 -
MEMBER
会员 - 老人,志愿者,都是会员 -
DOCTOR
医生 -
THERAPISTS
治疗师 -
PRODUCE
生产人员 -
FINANCE
财务 -
ADMIN
管理 -
NET
网点 -
FULL
不校验验证码登录 -
NET_SERVICE
网点服务
-
-
方法详细资料
-
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
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 nameNullPointerException
- 如果参数为空值
-
getValue
获取值- 指定者:
getValue
在接口中InterfaceEnum
- 返回:
- 返回值
-
getText
获取描述- 指定者:
getText
在接口中InterfaceEnum
- 返回:
- 返描述
-
getNode
获取下节点值- 指定者:
getNode
在接口中InterfaceEnum
- 返回:
- 返下节点值
-
formUserType
获取- 参数:
userType
- 用户类型- 返回:
- 返回结果
-