public static enum DataTimeIndex.IndexStartmode extends java.lang.Enum<DataTimeIndex.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 DataTimeIndex.IndexStartmode |
valueOf(java.lang.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(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