public static enum ProviderConstants.ACK_TYPE extends Enum<ProviderConstants.ACK_TYPE>
Enum Constant and Description |
---|
ACCEPTED |
DELIVERED |
EXPIRED |
MODIFIED_FAILED |
MODIFIED_FAILED_UNDELIVERABLE |
REJECTED |
RELEASED |
Modifier and Type | Method and Description |
---|---|
static ProviderConstants.ACK_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProviderConstants.ACK_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProviderConstants.ACK_TYPE ACCEPTED
public static final ProviderConstants.ACK_TYPE RELEASED
public static final ProviderConstants.ACK_TYPE REJECTED
public static final ProviderConstants.ACK_TYPE MODIFIED_FAILED
public static final ProviderConstants.ACK_TYPE MODIFIED_FAILED_UNDELIVERABLE
public static final ProviderConstants.ACK_TYPE DELIVERED
public static final ProviderConstants.ACK_TYPE EXPIRED
public static ProviderConstants.ACK_TYPE[] values()
for (ProviderConstants.ACK_TYPE c : ProviderConstants.ACK_TYPE.values()) System.out.println(c);
public static ProviderConstants.ACK_TYPE 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 © 2013–2016 The Apache Software Foundation. All rights reserved.