public static enum InteropTest.PayloadLocation extends Enum<InteropTest.PayloadLocation>
| Enum Constant and Description |
|---|
BinaryAttachment |
XMLContent |
| Modifier and Type | Method and Description |
|---|---|
static InteropTest.PayloadLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InteropTest.PayloadLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InteropTest.PayloadLocation XMLContent
public static final InteropTest.PayloadLocation BinaryAttachment
public static InteropTest.PayloadLocation[] values()
for (InteropTest.PayloadLocation c : InteropTest.PayloadLocation.values()) System.out.println(c);
public static InteropTest.PayloadLocation 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 2004-2021 Solace Corporation. All rights reserved.