public static enum CallTimeDataCacheElement.CallTimeElementValue extends Enum<CallTimeDataCacheElement.CallTimeElementValue>
| Modifier and Type | Method and Description |
|---|---|
static CallTimeDataCacheElement.CallTimeElementValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallTimeDataCacheElement.CallTimeElementValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CallTimeDataCacheElement.CallTimeElementValue MAX
public static final CallTimeDataCacheElement.CallTimeElementValue MIN
public static final CallTimeDataCacheElement.CallTimeElementValue AVG
public static final CallTimeDataCacheElement.CallTimeElementValue COUNT
public static CallTimeDataCacheElement.CallTimeElementValue[] values()
for (CallTimeDataCacheElement.CallTimeElementValue c : CallTimeDataCacheElement.CallTimeElementValue.values()) System.out.println(c);
public static CallTimeDataCacheElement.CallTimeElementValue 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 nullCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.