public static enum ShellMsg.ShellLogLevel extends Enum<ShellMsg.ShellLogLevel>
Modifier and Type | Method and Description |
---|---|
static ShellMsg.ShellLogLevel |
fromInt(int i) |
static ShellMsg.ShellLogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShellMsg.ShellLogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShellMsg.ShellLogLevel TRACE
public static final ShellMsg.ShellLogLevel DEBUG
public static final ShellMsg.ShellLogLevel INFO
public static final ShellMsg.ShellLogLevel WARN
public static final ShellMsg.ShellLogLevel ERROR
public static ShellMsg.ShellLogLevel[] values()
for (ShellMsg.ShellLogLevel c : ShellMsg.ShellLogLevel.values()) System.out.println(c);
public static ShellMsg.ShellLogLevel 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 static ShellMsg.ShellLogLevel fromInt(int i)
Copyright © 2022 The Apache Software Foundation. All rights reserved.