public static enum ClusterPod.Owner extends java.lang.Enum<ClusterPod.Owner>
Modifier and Type | Method and Description |
---|---|
static ClusterPod.Owner |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClusterPod.Owner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterPod.Owner A_B
public static final ClusterPod.Owner B_C
public static final ClusterPod.Owner C_A
public static final ClusterPod.Owner A_C
public static final ClusterPod.Owner B_A
public static final ClusterPod.Owner C_B
public static ClusterPod.Owner[] values()
for (ClusterPod.Owner c : ClusterPod.Owner.values()) System.out.println(c);
public static ClusterPod.Owner 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 null