public static enum SupercashBatchState.SupercashState extends Enum<SupercashBatchState.SupercashState>
| Enum Constant and Description |
|---|
COMPLETED |
CREATED |
FAILED |
QUEUED |
RUNNING |
STOPPED |
| Modifier and Type | Method and Description |
|---|---|
static SupercashBatchState.SupercashState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupercashBatchState.SupercashState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupercashBatchState.SupercashState COMPLETED
public static final SupercashBatchState.SupercashState FAILED
public static final SupercashBatchState.SupercashState RUNNING
public static final SupercashBatchState.SupercashState CREATED
public static final SupercashBatchState.SupercashState STOPPED
public static final SupercashBatchState.SupercashState QUEUED
public static SupercashBatchState.SupercashState[] values()
for (SupercashBatchState.SupercashState c : SupercashBatchState.SupercashState.values()) System.out.println(c);
public static SupercashBatchState.SupercashState 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.