public static enum StatisticsPersister.ECountType extends Enum<StatisticsPersister.ECountType>
| Modifier and Type | Method and Description | 
|---|---|
static StatisticsPersister.ECountType | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static StatisticsPersister.ECountType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final StatisticsPersister.ECountType ERROR
public static final StatisticsPersister.ECountType SUCCESS
public static final StatisticsPersister.ECountType CALL
public static StatisticsPersister.ECountType[] values()
for (StatisticsPersister.ECountType c : StatisticsPersister.ECountType.values()) System.out.println(c);
public static StatisticsPersister.ECountType 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 © 2019 XIMA MEDIA GmbH. All rights reserved.