public static enum StatsRollingNumber.Type extends java.lang.Enum<StatsRollingNumber.Type>
| Enum Constant and Description |
|---|
EVENT_DISCARDED |
EVENT_PROCESSED |
MAX_RATE |
MIN_RATE |
| Modifier and Type | Method and Description |
|---|---|
static StatsRollingNumber.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StatsRollingNumber.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatsRollingNumber.Type MAX_RATE
public static final StatsRollingNumber.Type MIN_RATE
public static final StatsRollingNumber.Type EVENT_DISCARDED
public static final StatsRollingNumber.Type EVENT_PROCESSED
public static StatsRollingNumber.Type[] values()
for (StatsRollingNumber.Type c : StatsRollingNumber.Type.values()) System.out.println(c);
public static StatsRollingNumber.Type 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 null