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