public static enum BatchProcess.BATCH_CONSTANTS extends 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(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(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 © 2007–1969 The Apache Software Foundation. All rights reserved.