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