程序包 com.walker.web
Enum Class UserType
- 所有已实现的接口:
Serializable,Comparable<UserType>,Constable
-
嵌套类概要
从类继承的嵌套类/接口 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
枚举常量概要
枚举常量枚举常量说明独立单位管理员,必须在单位下面,不能在部门下面独立单位内部部门管理,不能在单位下,只能在部门下面商户管理员商户店长超级管理员普通用户非用户,一些设备需要获得系统连接授权的情况。 -
字段概要
字段修饰符和类型字段说明static final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
方法概要
-
枚举常量详细资料
-
SuperVisor
超级管理员 -
Administrator
独立单位管理员,必须在单位下面,不能在部门下面 -
AdministratorDept
独立单位内部部门管理,不能在单位下,只能在部门下面 -
User
普通用户 -
UserApp
-
UserEquipment
非用户,一些设备需要获得系统连接授权的情况。 -
SUPER_MERCHANT
商户店长 -
MERCHANT_ADMIN
商户管理员
-
-
字段详细资料
-
TYPE_SUPER
public static final int TYPE_SUPER- 另请参阅:
-
TYPE_ADMIN
public static final int TYPE_ADMIN- 另请参阅:
-
TYPE_ADMIN_DEPT
public static final int TYPE_ADMIN_DEPT- 另请参阅:
-
TYPE_NORMAL
public static final int TYPE_NORMAL- 另请参阅:
-
TYPE_APP_REG
public static final int TYPE_APP_REG- 另请参阅:
-
TYPE_EQUIPMENT
public static final int TYPE_EQUIPMENT- 另请参阅:
-
TYPE_SUPER_MERCHANT
public static final int TYPE_SUPER_MERCHANT- 另请参阅:
-
TYPE_MERCHANT_ADMIN
public static final int TYPE_MERCHANT_ADMIN- 另请参阅:
-
-
方法详细资料
-
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- 如果参数为空值
-
getType
-
getTypeValue
public int getTypeValue()返回用户类型值- 返回:
-