Uses of Class
fr.france.Caumune
| Package | Description |
|---|---|
| fr.france | |
| fr.france.outils |
-
Uses of Caumune in fr.france
Methods in fr.france that return Caumune Modifier and Type Method Description static CaumuneRepertoireCaumune. rechercherParNomEtCodePostal(java.lang.String nom, int codePostal)Retourne laCaumunecorrespondante au nom et au code postal donné en paramètre.Methods in fr.france that return types with arguments of type Caumune Modifier and Type Method Description java.util.List<Caumune>Departement. getCaumunes()java.util.List<Caumune>Region. getCaumunes()static java.util.List<Caumune>RepertoireCaumune. getCaumunes()static java.util.List<Caumune>RepertoireCaumune. rechercherParCodePostal(int codePostal)Retourne lesCaumunecorrespondantes au code postal donné en paramètre.static java.util.List<Caumune>RepertoireCaumune. rechercherParNom(java.lang.String nom)Retourne lesCaumunecorrespondantes au nom donné en paramètre. -
Uses of Caumune in fr.france.outils
Methods in fr.france.outils that return types with arguments of type Caumune Modifier and Type Method Description static java.util.List<Caumune>OutilsDepartement. getCaumunes(Departement departement)static java.util.List<Caumune>OutilsRegion. getCaumunes(Region region)