private static enum EmailHandlerRT.NotificationType extends java.lang.Enum<EmailHandlerRT.NotificationType>
| Enum Constant and Description |
|---|
ACTIVE |
ESCALATION |
INACTIVE |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.String |
file |
(package private) java.lang.String |
key |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFile() |
java.lang.String |
getKey() |
static EmailHandlerRT.NotificationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EmailHandlerRT.NotificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmailHandlerRT.NotificationType ACTIVE
public static final EmailHandlerRT.NotificationType ESCALATION
public static final EmailHandlerRT.NotificationType INACTIVE
public static EmailHandlerRT.NotificationType[] values()
for (EmailHandlerRT.NotificationType c : EmailHandlerRT.NotificationType.values()) System.out.println(c);
public static EmailHandlerRT.NotificationType 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 nullpublic java.lang.String getFile()
public java.lang.String getKey()