public static enum ClusterConfiguration.CommandsXmitTransport extends java.lang.Enum<ClusterConfiguration.CommandsXmitTransport>
| Modifier and Type | Method and Description |
|---|---|
static ClusterConfiguration.CommandsXmitTransport |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClusterConfiguration.CommandsXmitTransport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterConfiguration.CommandsXmitTransport UNICAST
public static final ClusterConfiguration.CommandsXmitTransport MULTICAST
public static ClusterConfiguration.CommandsXmitTransport[] values()
for (ClusterConfiguration.CommandsXmitTransport c : ClusterConfiguration.CommandsXmitTransport.values()) System.out.println(c);
public static ClusterConfiguration.CommandsXmitTransport valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2015 Artem Dmitriev. All Rights Reserved.