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