public enum CallCenterAnnouncementSelection extends Enum<CallCenterAnnouncementSelection>
Modifier and Type | Method and Description |
---|---|
static CallCenterAnnouncementSelection |
get(String value) |
String |
toString() |
String |
value() |
static CallCenterAnnouncementSelection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallCenterAnnouncementSelection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CallCenterAnnouncementSelection SYSTEM
public static final CallCenterAnnouncementSelection CUSTOM
public static CallCenterAnnouncementSelection[] values()
for (CallCenterAnnouncementSelection c : CallCenterAnnouncementSelection.values()) System.out.println(c);
public static CallCenterAnnouncementSelection 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 value()
public String toString()
toString
in class Enum<CallCenterAnnouncementSelection>
public static CallCenterAnnouncementSelection get(String value)
Copyright © 2016 ECG, Inc. All rights reserved.