public static enum BatchProcess.BATCH_CONSTANTS extends java.lang.Enum<BatchProcess.BATCH_CONSTANTS>
| Enum Constant and Description |
|---|
BATCH_PROCESS_EXCEEDED_MAX_ALIVE_TIME |
BATCH_PROCESS_FATAL_MUST_RESTART |
| Modifier and Type | Method and Description |
|---|---|
static BatchProcess.BATCH_CONSTANTS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BatchProcess.BATCH_CONSTANTS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchProcess.BATCH_CONSTANTS BATCH_PROCESS_EXCEEDED_MAX_ALIVE_TIME
public static final BatchProcess.BATCH_CONSTANTS BATCH_PROCESS_FATAL_MUST_RESTART
public static BatchProcess.BATCH_CONSTANTS[] values()
for (BatchProcess.BATCH_CONSTANTS c : BatchProcess.BATCH_CONSTANTS.values()) System.out.println(c);
public static BatchProcess.BATCH_CONSTANTS 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