@Deprecated public static enum WorkItemState.Name extends Enum<WorkItemState.Name>
| Enum Constant and Description |
|---|
ended
Deprecated.
|
error
Deprecated.
|
operating
Deprecated.
|
queued
Deprecated.
|
retry
Deprecated.
|
start
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkItemState.Name |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static WorkItemState.Name[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkItemState.Name start
public static final WorkItemState.Name queued
public static final WorkItemState.Name operating
public static final WorkItemState.Name ended
public static final WorkItemState.Name error
public static final WorkItemState.Name retry
public static WorkItemState.Name[] values()
for (WorkItemState.Name c : WorkItemState.Name.values()) System.out.println(c);
public static WorkItemState.Name 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 © 2012–2015 The Apache Software Foundation. All rights reserved.