public static enum MetricsApi.StatisticType extends java.lang.Enum<MetricsApi.StatisticType>
| Enum Constant and Description |
|---|
Average |
Count |
Dev |
Maximum |
Minimum |
Sum |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParameter() |
static MetricsApi.StatisticType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetricsApi.StatisticType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricsApi.StatisticType Average
public static final MetricsApi.StatisticType Maximum
public static final MetricsApi.StatisticType Minimum
public static final MetricsApi.StatisticType Sum
public static final MetricsApi.StatisticType Count
public static final MetricsApi.StatisticType Dev
public static MetricsApi.StatisticType[] values()
for (MetricsApi.StatisticType c : MetricsApi.StatisticType.values()) System.out.println(c);
public static MetricsApi.StatisticType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getParameter()
Copyright © 2008-2019 Abiquo Holdings S.L.. All Rights Reserved.