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