public static enum MessagingServices.TransportConfigType extends Enum<MessagingServices.TransportConfigType>
Modifier and Type | Method and Description |
---|---|
static MessagingServices.TransportConfigType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessagingServices.TransportConfigType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessagingServices.TransportConfigType Remote
public static final MessagingServices.TransportConfigType InVM
public static final MessagingServices.TransportConfigType Generic
public static MessagingServices.TransportConfigType[] values()
for (MessagingServices.TransportConfigType c : MessagingServices.TransportConfigType.values()) System.out.println(c);
public static MessagingServices.TransportConfigType 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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.