public static enum Statsd.StatType extends Enum<Statsd.StatType>
| Modifier and Type | Method and Description |
|---|---|
static Statsd.StatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statsd.StatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Statsd.StatType COUNTER
public static final Statsd.StatType TIMER
public static final Statsd.StatType GAUGE
public static Statsd.StatType[] values()
for (Statsd.StatType c : Statsd.StatType.values()) System.out.println(c);
public static Statsd.StatType 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 © 2014–2016 Basis Technology Corp.. All rights reserved.