public static enum DataIndexIndex.IndexStartmode extends java.lang.Enum<DataIndexIndex.IndexStartmode>
Modi, mit denen ein Index angelegt werden kann (siehe 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(java.lang.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(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