public static enum AnalyticStats.StatValue extends Enum<AnalyticStats.StatValue>
Modifier and Type | Method and Description |
---|---|
static AnalyticStats.StatValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticStats.StatValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalyticStats.StatValue COST
public static final AnalyticStats.StatValue COUNT
public static AnalyticStats.StatValue[] values()
for (AnalyticStats.StatValue c : AnalyticStats.StatValue.values()) System.out.println(c);
public static AnalyticStats.StatValue 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 © 2013–2022. All rights reserved.