public enum ReIndexingRunnerStep extends Enum<ReIndexingRunnerStep>
| Enum Constant and Description |
|---|
indexing |
initialization |
none |
switching |
| Modifier and Type | Method and Description |
|---|---|
ReIndexingRunnerStepState |
getStepState() |
ReIndexingRunnerStep |
stepState(ReIndexingRunnerStepState stepState) |
static ReIndexingRunnerStep |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReIndexingRunnerStep[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReIndexingRunnerStep none
public static final ReIndexingRunnerStep initialization
public static final ReIndexingRunnerStep indexing
public static final ReIndexingRunnerStep switching
public static ReIndexingRunnerStep[] values()
for (ReIndexingRunnerStep c : ReIndexingRunnerStep.values()) System.out.println(c);
public static ReIndexingRunnerStep 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 nullpublic ReIndexingRunnerStepState getStepState()
public ReIndexingRunnerStep stepState(ReIndexingRunnerStepState stepState)
Copyright © 2020. All rights reserved.