public static enum NotifierType.QualifierType extends Enum<NotifierType.QualifierType>
| Modifier and Type | Method and Description |
|---|---|
static NotifierType.QualifierType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotifierType.QualifierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotifierType.QualifierType EMAIL
public static final NotifierType.QualifierType SMS
public static NotifierType.QualifierType[] values()
for (NotifierType.QualifierType c : NotifierType.QualifierType.values()) System.out.println(c);
public static NotifierType.QualifierType 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 © 2017 Pivotal Software, Inc.. All rights reserved.