public static enum LogsViewerActions.LogLine.Status extends Enum<LogsViewerActions.LogLine.Status>
Modifier and Type | Method and Description |
---|---|
static LogsViewerActions.LogLine.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogsViewerActions.LogLine.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogsViewerActions.LogLine.Status INFO
public static final LogsViewerActions.LogLine.Status DEBUG
public static final LogsViewerActions.LogLine.Status WARN
public static final LogsViewerActions.LogLine.Status ERROR
public static final LogsViewerActions.LogLine.Status UNKNOWN
public static LogsViewerActions.LogLine.Status[] values()
for (LogsViewerActions.LogLine.Status c : LogsViewerActions.LogLine.Status.values()) System.out.println(c);
public static LogsViewerActions.LogLine.Status 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 nullCopyright © 2015 Nuxeo SA. All rights reserved.