public static enum Alerter.Severity extends Enum<Alerter.Severity>
| Modifier and Type | Method and Description |
|---|---|
static Alerter.Severity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alerter.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Alerter.Severity Info
public static final Alerter.Severity Warning
public static final Alerter.Severity Severe
public static Alerter.Severity[] values()
for (Alerter.Severity c : Alerter.Severity.values()) System.out.println(c);
public static Alerter.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 © 2016 Neeve Research, LLC. All Rights Reserved.