net.eduvax.util
public static enum Error.ELevel extends java.lang.Enum<Error.ELevel>
| Modifier and Type | Method and Description |
|---|---|
static Error.ELevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Error.ELevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Error.ELevel UNDEF
public static final Error.ELevel WARN
public static final Error.ELevel ERR
public static final Error.ELevel FATAL
public static Error.ELevel[] values()
for (Error.ELevel c : Error.ELevel.values()) System.out.println(c);
public static Error.ELevel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null