public enum OvhClusterStateEnum extends Enum<OvhClusterStateEnum>
| Enum Constant and Description |
|---|
created |
creating |
deleted |
deleting |
delivered |
delivering |
toDeliver |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhClusterStateEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhClusterStateEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhClusterStateEnum created
public static final OvhClusterStateEnum creating
public static final OvhClusterStateEnum deleted
public static final OvhClusterStateEnum deleting
public static final OvhClusterStateEnum delivered
public static final OvhClusterStateEnum delivering
public static final OvhClusterStateEnum toDeliver
public static OvhClusterStateEnum[] values()
for (OvhClusterStateEnum c : OvhClusterStateEnum.values()) System.out.println(c);
public static OvhClusterStateEnum 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 toString()
toString in class Enum<OvhClusterStateEnum>Copyright © 2017. All rights reserved.