public static enum Cluster.ClusterTypeEnum extends java.lang.Enum<Cluster.ClusterTypeEnum>
Modifier and Type | Class and Description |
---|---|
static class |
Cluster.ClusterTypeEnum.Adapter |
Modifier and Type | Method and Description |
---|---|
static Cluster.ClusterTypeEnum |
fromValue(java.lang.String text) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static Cluster.ClusterTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cluster.ClusterTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cluster.ClusterTypeEnum PUBLIC
public static final Cluster.ClusterTypeEnum PRIVATE
public static Cluster.ClusterTypeEnum[] values()
for (Cluster.ClusterTypeEnum c : Cluster.ClusterTypeEnum.values()) System.out.println(c);
public static Cluster.ClusterTypeEnum 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 nullpublic java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Enum<Cluster.ClusterTypeEnum>
public static Cluster.ClusterTypeEnum fromValue(java.lang.String text)