public static enum Index.UpdateMode extends Enum<Index.UpdateMode>
| Enum Constant and Description |
|---|
BATCH |
INTERACTIVE |
| Modifier and Type | Method and Description |
|---|---|
static Index.UpdateMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Index.UpdateMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Index.UpdateMode INTERACTIVE
public static final Index.UpdateMode BATCH
public static Index.UpdateMode[] values()
for (Index.UpdateMode c : Index.UpdateMode.values()) System.out.println(c);
public static Index.UpdateMode 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 nullCopyright © 2002-2021 Atlassian. All Rights Reserved.