public static enum PendingAckHandleState.State extends Enum<PendingAckHandleState.State>
PendingAckHandleState.| Enum Constant and Description |
|---|
Close |
Error |
Initializing |
None |
Ready |
| Modifier and Type | Method and Description |
|---|---|
static PendingAckHandleState.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PendingAckHandleState.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PendingAckHandleState.State None
public static final PendingAckHandleState.State Initializing
public static final PendingAckHandleState.State Ready
public static final PendingAckHandleState.State Error
public static final PendingAckHandleState.State Close
public static PendingAckHandleState.State[] values()
for (PendingAckHandleState.State c : PendingAckHandleState.State.values()) System.out.println(c);
public static PendingAckHandleState.State 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–2022 Apache Software Foundation. All rights reserved.