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