public enum RoleDataEnum extends Enum<RoleDataEnum> implements net.mingsoft.base.constant.e.BaseEnum
| Modifier and Type | Method and Description |
|---|---|
int |
toInt() |
String |
toString()
返回该CookieConst常量的字符串表示
|
static RoleDataEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleDataEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoleDataEnum ALL
public static final RoleDataEnum SELF
public static RoleDataEnum[] values()
for (RoleDataEnum c : RoleDataEnum.values()) System.out.println(c);
public static RoleDataEnum 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 String toString()
toString in interface net.mingsoft.base.constant.e.BaseEnumtoString in class Enum<RoleDataEnum>public int toInt()
toInt in interface net.mingsoft.base.constant.e.BaseEnumCopyright © 2020. All rights reserved.