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