public enum OvhGeolocationEnum extends Enum<OvhGeolocationEnum>
| Enum Constant and Description |
|---|
au |
be |
ca |
cz |
de |
es |
fi |
fr |
ie |
it |
lt |
nl |
pl |
pt |
sg |
uk |
us |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhGeolocationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhGeolocationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhGeolocationEnum au
public static final OvhGeolocationEnum be
public static final OvhGeolocationEnum ca
public static final OvhGeolocationEnum cz
public static final OvhGeolocationEnum de
public static final OvhGeolocationEnum es
public static final OvhGeolocationEnum fi
public static final OvhGeolocationEnum fr
public static final OvhGeolocationEnum ie
public static final OvhGeolocationEnum it
public static final OvhGeolocationEnum lt
public static final OvhGeolocationEnum nl
public static final OvhGeolocationEnum pl
public static final OvhGeolocationEnum pt
public static final OvhGeolocationEnum sg
public static final OvhGeolocationEnum uk
public static final OvhGeolocationEnum us
public static OvhGeolocationEnum[] values()
for (OvhGeolocationEnum c : OvhGeolocationEnum.values()) System.out.println(c);
public static OvhGeolocationEnum 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<OvhGeolocationEnum>Copyright © 2018. All rights reserved.