public static enum BatchSearchRecord.State extends Enum<BatchSearchRecord.State>
| Modifier and Type | Method and Description |
|---|---|
static BatchSearchRecord.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchSearchRecord.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchSearchRecord.State QUEUED
public static final BatchSearchRecord.State RUNNING
public static final BatchSearchRecord.State SUCCESS
public static final BatchSearchRecord.State FAILURE
public static BatchSearchRecord.State[] values()
for (BatchSearchRecord.State c : BatchSearchRecord.State.values()) System.out.println(c);
public static BatchSearchRecord.State 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 © 2020–2022 ICIJ. All rights reserved.