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