public enum ManagerAdminEnum extends Enum<ManagerAdminEnum> implements net.mingsoft.base.constant.e.BaseEnum
| Modifier and Type | Method and Description |
|---|---|
int |
toInt()
实现父类方法转换为整形
|
String |
toString() |
static ManagerAdminEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagerAdminEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagerAdminEnum SUPER
public static final ManagerAdminEnum OPEN
public static ManagerAdminEnum[] values()
for (ManagerAdminEnum c : ManagerAdminEnum.values()) System.out.println(c);
public static ManagerAdminEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int toInt()
toInt in interface net.mingsoft.base.constant.e.BaseEnumpublic String toString()
toString in interface net.mingsoft.base.constant.e.BaseEnumtoString in class Enum<ManagerAdminEnum>Copyright © 2020. All rights reserved.