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