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