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