public static enum LoginProcessBean.MLevel extends Enum<LoginProcessBean.MLevel>
| Modifier and Type | Method and Description |
|---|---|
static LoginProcessBean.MLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoginProcessBean.MLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoginProcessBean.MLevel NONE
public static final LoginProcessBean.MLevel INFO
public static final LoginProcessBean.MLevel ERROR
public static LoginProcessBean.MLevel[] values()
for (LoginProcessBean.MLevel c : LoginProcessBean.MLevel.values()) System.out.println(c);
public static LoginProcessBean.MLevel 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 nullCopyright © 2022. All rights reserved.