public static enum BulkOperationUtil.BulkStatus extends Enum<BulkOperationUtil.BulkStatus>
| Enum Constant and Description |
|---|
DO_BULK_ERROR
do bulk error
|
INTERNAL_ERROR
Internal error
|
QUEUE_ADD
item added to queue
|
| Modifier and Type | Method and Description |
|---|---|
static BulkOperationUtil.BulkStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkOperationUtil.BulkStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BulkOperationUtil.BulkStatus DO_BULK_ERROR
public static final BulkOperationUtil.BulkStatus INTERNAL_ERROR
public static final BulkOperationUtil.BulkStatus QUEUE_ADD
public static BulkOperationUtil.BulkStatus[] values()
for (BulkOperationUtil.BulkStatus c : BulkOperationUtil.BulkStatus.values()) System.out.println(c);
public static BulkOperationUtil.BulkStatus 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 © 2017. All rights reserved.