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