public static enum Notification.Level extends Enum<Notification.Level>
| Modifier and Type | Method and Description |
|---|---|
static Notification.Level |
fromValue(String value) |
String |
toString() |
String |
value() |
static Notification.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Notification.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Notification.Level NONE
public static final Notification.Level NOTE
public static final Notification.Level WARNING
public static final Notification.Level ERROR
public static Notification.Level[] values()
for (Notification.Level c : Notification.Level.values()) System.out.println(c);
public static Notification.Level 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 nullpublic String toString()
toString in class Enum<Notification.Level>public String value()
public static Notification.Level fromValue(String value)
Copyright © 2020 Contrast Security. All rights reserved.