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