public static enum KeyValueData.KeyValueDataType extends Enum<KeyValueData.KeyValueDataType>
| Enum Constant and Description |
|---|
KeyValueMetaData |
KeyValuePlotData |
KeyValueTrendingData |
| Modifier and Type | Method and Description |
|---|---|
static KeyValueData.KeyValueDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyValueData.KeyValueDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyValueData.KeyValueDataType KeyValueTrendingData
public static final KeyValueData.KeyValueDataType KeyValuePlotData
public static final KeyValueData.KeyValueDataType KeyValueMetaData
public static KeyValueData.KeyValueDataType[] values()
for (KeyValueData.KeyValueDataType c : KeyValueData.KeyValueDataType.values()) System.out.println(c);
public static KeyValueData.KeyValueDataType 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 © 2017 LSST. All rights reserved.