
public enum MessageDestinationUsageType extends Enum<MessageDestinationUsageType>
message-destination-usageType xsd type| Enum Constant and Description |
|---|
_CONSUMES |
_CONSUMESPRODUCES |
_PRODUCES |
| Modifier and Type | Method and Description |
|---|---|
static MessageDestinationUsageType |
getFromStringValue(String value) |
String |
toString() |
static MessageDestinationUsageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageDestinationUsageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageDestinationUsageType _CONSUMES
public static final MessageDestinationUsageType _PRODUCES
public static final MessageDestinationUsageType _CONSUMESPRODUCES
public static MessageDestinationUsageType[] values()
for (MessageDestinationUsageType c : MessageDestinationUsageType.values()) System.out.println(c);
public static MessageDestinationUsageType 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 nullpublic String toString()
toString in class Enum<MessageDestinationUsageType>public static MessageDestinationUsageType getFromStringValue(String value)
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)