Uses of Class
fr.france.Region
| Package | Description |
|---|---|
| fr.france | |
| fr.france.outils |
-
Uses of Region in fr.france
Methods in fr.france that return Region Modifier and Type Method Description RegionCaumune. getRegion()Retourne la région de la caumune.RegionDepartement. getRegion()static RegionRegion. rechercherParNom(java.lang.String nom)Retourne laRegioncorrespondant au nom donné en paramètre.static RegionRegion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Region[]Region. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Region in fr.france.outils
Methods in fr.france.outils that return Region Modifier and Type Method Description static RegionOutilsRegion. rechercherParNom(java.lang.String nom)Methods in fr.france.outils with parameters of type Region Modifier and Type Method Description static java.util.List<Departement>OutilsDepartement. filtrerDepartementsParRegion(Region region)static java.util.List<Caumune>OutilsRegion. getCaumunes(Region region)