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 Caumune
RepertoireCaumune. rechercherParNomEtCodePostal(java.lang.String nom, int codePostal)
Retourne laCaumune
correspondante 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 lesCaumune
correspondantes au code postal donné en paramètre.static java.util.List<Caumune>
RepertoireCaumune. rechercherParNom(java.lang.String nom)
Retourne lesCaumune
correspondantes 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)