public static enum BufferStage.State extends Enum<BufferStage.State>
| Enum Constant and Description |
|---|
CLEANED |
CREATED |
EMPTY |
ERROR |
LOADED |
LOADING |
PROCESSED |
REMOVED |
UPLOADED |
VALIDATED |
VALIDATED_CLEANED |
| Modifier and Type | Method and Description |
|---|---|
static BufferStage.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BufferStage.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BufferStage.State CREATED
public static final BufferStage.State LOADING
public static final BufferStage.State LOADED
public static final BufferStage.State EMPTY
public static final BufferStage.State UPLOADED
public static final BufferStage.State VALIDATED
public static final BufferStage.State VALIDATED_CLEANED
public static final BufferStage.State ERROR
public static final BufferStage.State PROCESSED
public static final BufferStage.State CLEANED
public static final BufferStage.State REMOVED
public static BufferStage.State[] values()
for (BufferStage.State c : BufferStage.State.values()) System.out.println(c);
public static BufferStage.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 © 2017. All rights reserved.