public static enum Notification.Type extends java.lang.Enum<Notification.Type>
| Modifier and Type | Method and Description |
|---|---|
static Notification.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Notification.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Notification.Type DEFLECTOR_EXISTS_AS_INDEX
public static final Notification.Type MULTI_MASTER
public static final Notification.Type NO_MASTER
public static final Notification.Type ES_OPEN_FILES
public static final Notification.Type NO_INPUT_RUNNING
public static final Notification.Type INPUT_FAILED_TO_START
public static final Notification.Type CHECK_SERVER_CLOCKS
public static final Notification.Type OUTDATED_VERSION
public static final Notification.Type EMAIL_TRANSPORT_CONFIGURATION_INVALID
public static final Notification.Type EMAIL_TRANSPORT_FAILED
public static final Notification.Type STREAM_PROCESSING_DISABLED
public static final Notification.Type GC_TOO_LONG
public static Notification.Type[] values()
for (Notification.Type c : Notification.Type.values()) System.out.println(c);
public static Notification.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2012-2014 TORCH GmbH. All Rights Reserved.