public static enum TSRecord.TSSubType extends Enum<TSRecord.TSSubType>
Enum Constant and Description |
---|
TS_CSV_IMPORTED |
TS_CURATION_CLOSED |
TS_CURATION_STARTED |
TS_TIMESERIES_PUBLISHED |
TS_TIMESERIES_SAVED |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static TSRecord.TSSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TSRecord.TSSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TSRecord.TSSubType TS_CSV_IMPORTED
public static final TSRecord.TSSubType TS_CURATION_STARTED
public static final TSRecord.TSSubType TS_CURATION_CLOSED
public static final TSRecord.TSSubType TS_TIMESERIES_SAVED
public static final TSRecord.TSSubType TS_TIMESERIES_PUBLISHED
public static TSRecord.TSSubType[] values()
for (TSRecord.TSSubType c : TSRecord.TSSubType.values()) System.out.println(c);
public static TSRecord.TSSubType 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 nullpublic String toString()
toString
in class Enum<TSRecord.TSSubType>
Copyright © 2014. All Rights Reserved.