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