public static enum GraniteAlert.GraniteAlertLevel extends Enum<GraniteAlert.GraniteAlertLevel>
| Modifier and Type | Method and Description |
|---|---|
static GraniteAlert.GraniteAlertLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraniteAlert.GraniteAlertLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraniteAlert.GraniteAlertLevel ERROR
public static final GraniteAlert.GraniteAlertLevel WARNING
public static final GraniteAlert.GraniteAlertLevel INFO
public static final GraniteAlert.GraniteAlertLevel SUCCESS
public static GraniteAlert.GraniteAlertLevel[] values()
for (GraniteAlert.GraniteAlertLevel c : GraniteAlert.GraniteAlertLevel.values()) System.out.println(c);
public static GraniteAlert.GraniteAlertLevel 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–2020 Flowing Code. All rights reserved.