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