public enum TrmLogLevel extends java.lang.Enum<TrmLogLevel>
Modifier and Type | Method and Description |
---|---|
static TrmLogLevel |
create(java.lang.String key) |
java.lang.String |
getValue() |
static TrmLogLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrmLogLevel[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final TrmLogLevel Fine
public static final TrmLogLevel Info
public static final TrmLogLevel Debug
public static final TrmLogLevel Error
public static final TrmLogLevel Warning
public static TrmLogLevel[] values()
for (TrmLogLevel c : TrmLogLevel.values()) System.out.println(c);
public static TrmLogLevel 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 nullpublic java.lang.String getValue()
public static TrmLogLevel create(java.lang.String key)
Copyright © 2022, Oracle and/or its affiliates.