public static enum Batch.State extends Enum<Batch.State>
| Enum Constant and Description |
|---|
FAILED |
FINISHED |
IN_PROGRESS |
| Modifier and Type | Method and Description |
|---|---|
static Batch.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Batch.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Batch.State IN_PROGRESS
public static final Batch.State FAILED
public static final Batch.State FINISHED
public static Batch.State[] values()
for (Batch.State c : Batch.State.values()) System.out.println(c);
public static Batch.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 © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.