public static enum MalformedDelivery.MalformedReason extends Enum<MalformedDelivery.MalformedReason>
onMalformed(...)
method.Enum Constant and Description |
---|
FORMATNOMAPPING |
JMSNOMAPPING |
PAYLOADENCODING |
PAYLOADNOTAMQP |
Modifier and Type | Method and Description |
---|---|
static MalformedDelivery.MalformedReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MalformedDelivery.MalformedReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MalformedDelivery.MalformedReason FORMATNOMAPPING
public static final MalformedDelivery.MalformedReason JMSNOMAPPING
public static final MalformedDelivery.MalformedReason PAYLOADENCODING
public static final MalformedDelivery.MalformedReason PAYLOADNOTAMQP
public static MalformedDelivery.MalformedReason[] values()
for (MalformedDelivery.MalformedReason c : MalformedDelivery.MalformedReason.values()) System.out.println(c);
public static MalformedDelivery.MalformedReason 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 © 2015 International Business Machines Corporation. All rights reserved.