public enum TdTaskStatusType extends Enum<TdTaskStatusType> implements Serializable
| Enum Constant and Description |
|---|
ABORTED |
COMPLETED |
COMPLETED_WITH_FAILURES |
FAILED |
GENERATING_VIEW |
INITIALIZING |
PENDING |
RUNNING |
RUNNING_WITH_FAILURES |
SAVED |
SAVING |
STATUS_UNKNOWN |
STOPPED |
VALIDATING_RULES |
| Modifier and Type | Method and Description |
|---|---|
static TdTaskStatusType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TdTaskStatusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TdTaskStatusType PENDING
public static final TdTaskStatusType INITIALIZING
public static final TdTaskStatusType RUNNING
public static final TdTaskStatusType ABORTED
public static final TdTaskStatusType RUNNING_WITH_FAILURES
public static final TdTaskStatusType FAILED
public static final TdTaskStatusType COMPLETED
public static final TdTaskStatusType COMPLETED_WITH_FAILURES
public static final TdTaskStatusType SAVING
public static final TdTaskStatusType SAVED
public static final TdTaskStatusType STOPPED
public static final TdTaskStatusType STATUS_UNKNOWN
public static final TdTaskStatusType VALIDATING_RULES
public static final TdTaskStatusType GENERATING_VIEW
public static TdTaskStatusType[] values()
for (TdTaskStatusType c : TdTaskStatusType.values()) System.out.println(c);
public static TdTaskStatusType 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 © 2015. All Rights Reserved.