public enum OnTaskFailure extends Enum<OnTaskFailure>
Enum Constant and Description |
---|
NO_ACTION
Enum value noAction.
|
PERFORM_EXIT_OPTIONS_JOB_ACTION
Enum value performExitOptionsJobAction.
|
Modifier and Type | Method and Description |
---|---|
static OnTaskFailure |
fromString(String value)
Parses a serialized value to a OnTaskFailure instance.
|
String |
toString() |
static OnTaskFailure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnTaskFailure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OnTaskFailure NO_ACTION
public static final OnTaskFailure PERFORM_EXIT_OPTIONS_JOB_ACTION
public static OnTaskFailure[] values()
for (OnTaskFailure c : OnTaskFailure.values()) System.out.println(c);
public static OnTaskFailure 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 nullpublic static OnTaskFailure fromString(String value)
value
- the serialized value to parse.public String toString()
toString
in class Enum<OnTaskFailure>
Copyright © 2019. All rights reserved.