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