protected static enum DataPoint.Indices extends Enum<DataPoint.Indices>
DataPoint contents in a file.| Enum Constant and Description |
|---|
LAST_UPDATED_TIME |
MS_SPANNED |
| Modifier and Type | Method and Description |
|---|---|
static DataPoint.Indices |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataPoint.Indices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataPoint.Indices LAST_UPDATED_TIME
public static final DataPoint.Indices MS_SPANNED
public static DataPoint.Indices[] values()
for (DataPoint.Indices c : DataPoint.Indices.values()) System.out.println(c);
public static DataPoint.Indices 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 © 2014. All Rights Reserved.