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