public static enum GangliaEndpointBuilderFactory.GMetricType extends Enum<GangliaEndpointBuilderFactory.GMetricType>
info.ganglia.gmetric4j.gmetric.GMetricType
enum.| Enum Constant and Description |
|---|
DOUBLE |
FLOAT |
INT16 |
INT32 |
INT8 |
STRING |
UINT16 |
UINT32 |
UINT8 |
| Modifier and Type | Method and Description |
|---|---|
static GangliaEndpointBuilderFactory.GMetricType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GangliaEndpointBuilderFactory.GMetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GangliaEndpointBuilderFactory.GMetricType STRING
public static final GangliaEndpointBuilderFactory.GMetricType INT8
public static final GangliaEndpointBuilderFactory.GMetricType UINT8
public static final GangliaEndpointBuilderFactory.GMetricType INT16
public static final GangliaEndpointBuilderFactory.GMetricType UINT16
public static final GangliaEndpointBuilderFactory.GMetricType INT32
public static final GangliaEndpointBuilderFactory.GMetricType UINT32
public static final GangliaEndpointBuilderFactory.GMetricType FLOAT
public static final GangliaEndpointBuilderFactory.GMetricType DOUBLE
public static GangliaEndpointBuilderFactory.GMetricType[] values()
for (GangliaEndpointBuilderFactory.GMetricType c : GangliaEndpointBuilderFactory.GMetricType.values()) System.out.println(c);
public static GangliaEndpointBuilderFactory.GMetricType 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 nullApache Camel