public static enum BatchOperation.BatchOperationStatus extends Enum<BatchOperation.BatchOperationStatus>
Modifier and Type | Method and Description |
---|---|
static BatchOperation.BatchOperationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchOperation.BatchOperationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchOperation.BatchOperationStatus SUCCESS
public static final BatchOperation.BatchOperationStatus FAIL
public static final BatchOperation.BatchOperationStatus INPROCESS
public static BatchOperation.BatchOperationStatus[] values()
for (BatchOperation.BatchOperationStatus c : BatchOperation.BatchOperationStatus.values()) System.out.println(c);
public static BatchOperation.BatchOperationStatus 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 © 1982–2022 Adobe Systems Inc.. All rights reserved.