@Generated(value="com.palantir.conjure.java.types.EnumGenerator") public static enum ClusterWaitType.Value extends java.lang.Enum<ClusterWaitType.Value>
| Modifier and Type | Method and Description |
|---|---|
static ClusterWaitType.Value |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClusterWaitType.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterWaitType.Value NATIVE
public static final ClusterWaitType.Value USER
public static final ClusterWaitType.Value UNKNOWN
public static ClusterWaitType.Value[] values()
for (ClusterWaitType.Value c : ClusterWaitType.Value.values()) System.out.println(c);
public static ClusterWaitType.Value 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