public static enum Parameters.FTCFailure extends java.lang.Enum<Parameters.FTCFailure>
| Enum Constant and Description |
|---|
FAILURE_ALL |
FAILURE_JOB |
FAILURE_NONE |
FAILURE_VM |
| Modifier and Type | Method and Description |
|---|---|
static Parameters.FTCFailure |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Parameters.FTCFailure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Parameters.FTCFailure FAILURE_NONE
public static final Parameters.FTCFailure FAILURE_ALL
public static final Parameters.FTCFailure FAILURE_VM
public static final Parameters.FTCFailure FAILURE_JOB
public static Parameters.FTCFailure[] values()
for (Parameters.FTCFailure c : Parameters.FTCFailure.values()) System.out.println(c);
public static Parameters.FTCFailure valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null