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