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