@Deprecated public enum ExecutionMode extends Enum<ExecutionMode>
Enum Constant and Description |
---|
ALWAYS
Deprecated.
|
COMPLETED
Deprecated.
|
FAILED
Deprecated.
|
FALSE
Deprecated.
|
INPROGRESS
Deprecated.
|
NEVER
Deprecated.
|
NULL
Deprecated.
|
RUNONCE
Deprecated.
|
TRUE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ExecutionMode |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ExecutionMode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecutionMode TRUE
public static final ExecutionMode FALSE
public static final ExecutionMode RUNONCE
public static final ExecutionMode ALWAYS
public static final ExecutionMode NEVER
public static final ExecutionMode INPROGRESS
public static final ExecutionMode COMPLETED
public static final ExecutionMode FAILED
public static final ExecutionMode NULL
public static ExecutionMode[] values()
for (ExecutionMode c : ExecutionMode.values()) System.out.println(c);
public static ExecutionMode 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 © 2010–2014 The Kuali Foundation. All rights reserved.