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