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 Region
Caumune. getRegion()
Retourne la région de la caumune.Region
Departement. getRegion()
static Region
Region. rechercherParNom(java.lang.String nom)
Retourne laRegion
correspondant au nom donné en paramètre.static Region
Region. 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 Region
OutilsRegion. 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)