public enum ReIndexingRunnerStepState extends Enum<ReIndexingRunnerStepState>
| Enum Constant and Description |
|---|
done |
inProgress |
notStarted |
started |
| Modifier and Type | Method and Description |
|---|---|
ReIndexingRunnerStepStateStatus |
getStepStatus() |
ReIndexingRunnerStepState |
stepStatus(ReIndexingRunnerStepStateStatus stateStatus) |
static ReIndexingRunnerStepState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReIndexingRunnerStepState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReIndexingRunnerStepState notStarted
public static final ReIndexingRunnerStepState started
public static final ReIndexingRunnerStepState inProgress
public static final ReIndexingRunnerStepState done
public static ReIndexingRunnerStepState[] values()
for (ReIndexingRunnerStepState c : ReIndexingRunnerStepState.values()) System.out.println(c);
public static ReIndexingRunnerStepState 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 ReIndexingRunnerStepStateStatus getStepStatus()
public ReIndexingRunnerStepState stepStatus(ReIndexingRunnerStepStateStatus stateStatus)
Copyright © 2021. All rights reserved.