public static enum DataTimeIndex.IndexStartmode extends Enum<DataTimeIndex.IndexStartmode>
DataTimeIndex.DataTimeIndex(int,String,byte[],IndexStartmode)
)Enum Constant and Description |
---|
APPEND_REUSE_LAST |
ERASE_OLD |
Modifier and Type | Method and Description |
---|---|
static DataTimeIndex.IndexStartmode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTimeIndex.IndexStartmode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataTimeIndex.IndexStartmode APPEND_REUSE_LAST
public static final DataTimeIndex.IndexStartmode ERASE_OLD
public static DataTimeIndex.IndexStartmode[] values()
for (DataTimeIndex.IndexStartmode c : DataTimeIndex.IndexStartmode.values()) System.out.println(c);
public static DataTimeIndex.IndexStartmode 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