Serializable, Comparable<BackgroundJobMonitor.Severity>public static enum BackgroundJobMonitor.Severity extends Enum<BackgroundJobMonitor.Severity>
| Modifier and Type | Method | Description |
|---|---|---|
static BackgroundJobMonitor.Severity |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static BackgroundJobMonitor.Severity[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackgroundJobMonitor.Severity INFO
public static final BackgroundJobMonitor.Severity WARNING
public static final BackgroundJobMonitor.Severity ERROR
public static BackgroundJobMonitor.Severity[] values()
for (BackgroundJobMonitor.Severity c : BackgroundJobMonitor.Severity.values()) System.out.println(c);
public static BackgroundJobMonitor.Severity 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 © 2018 tarent solutions GmbH, Germany. All rights reserved.