public static enum TimeSeriesArchivReader.EntryType extends java.lang.Enum<TimeSeriesArchivReader.EntryType>
| Enum Constant and Description |
|---|
DATAENTRYARRAY |
END |
TIMESTAMPSERIES |
| Modifier and Type | Method and Description |
|---|---|
static TimeSeriesArchivReader.EntryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeSeriesArchivReader.EntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeSeriesArchivReader.EntryType TIMESTAMPSERIES
public static final TimeSeriesArchivReader.EntryType DATAENTRYARRAY
public static final TimeSeriesArchivReader.EntryType END
public static TimeSeriesArchivReader.EntryType[] values()
for (TimeSeriesArchivReader.EntryType c : TimeSeriesArchivReader.EntryType.values()) System.out.println(c);
public static TimeSeriesArchivReader.EntryType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null