public enum NotifierType extends Enum<NotifierType>
| Modifier and Type | Method and Description |
|---|---|
static NotifierType |
fromString(String t)
Returns the NotifierType from a string value.
|
String |
toString() |
static NotifierType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotifierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotifierType RABBITMQ
public static final NotifierType SNS
public static NotifierType[] values()
for (NotifierType c : NotifierType.values()) System.out.println(c);
public static NotifierType 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 static NotifierType fromString(String t)
string - public String toString()
toString in class Enum<NotifierType>Copyright © 2009–2020 LYRASIS. All rights reserved.