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