public static enum ClusterJoinConfig.ClusterJoinType extends Enum<ClusterJoinConfig.ClusterJoinType>
Modifier and Type | Method and Description |
---|---|
static ClusterJoinConfig.ClusterJoinType |
fromString(String text) |
String |
getText() |
static ClusterJoinConfig.ClusterJoinType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterJoinConfig.ClusterJoinType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterJoinConfig.ClusterJoinType MULTICAST
public static final ClusterJoinConfig.ClusterJoinType TCP_IP
public static final ClusterJoinConfig.ClusterJoinType AWS
public static ClusterJoinConfig.ClusterJoinType[] values()
for (ClusterJoinConfig.ClusterJoinType c : ClusterJoinConfig.ClusterJoinType.values()) System.out.println(c);
public static ClusterJoinConfig.ClusterJoinType 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 getText()
public static ClusterJoinConfig.ClusterJoinType fromString(String text)
Copyright © 2003–2018 Atlassian. All rights reserved.