Uses of Class
fr.france.Departement
Package | Description |
---|---|
fr.france | |
fr.france.outils |
-
Uses of Departement in fr.france
Methods in fr.france that return Departement Modifier and Type Method Description Departement
Caumune. getDepartement()
Retourne le département de la caumune.static Departement
Departement. rechercherParCode(int code)
Retourne leDepartement
correspondant au code donné en paramètre.static Departement
Departement. rechercherParCode(java.lang.String code)
Retourne leDepartement
correspondant au code donné en paramètre.static Departement
Departement. rechercherParNom(java.lang.String nom)
Retourne leDepartement
correspondant au nom donné en paramètre.static Departement
Departement. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Departement[]
Departement. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.france that return types with arguments of type Departement Modifier and Type Method Description static java.util.List<Departement>
Departement. filtrerParStatut(StatutDepartement statut)
Retourne lesDepartement
correspondant au statut de département donné en paramètre.java.util.List<Departement>
Region. getDepartements()
-
Uses of Departement in fr.france.outils
Methods in fr.france.outils that return Departement Modifier and Type Method Description static Departement
OutilsDepartement. rechercherParCode(int code)
static Departement
OutilsDepartement. rechercherParNom(java.lang.String nom)
Methods in fr.france.outils that return types with arguments of type Departement Modifier and Type Method Description static java.util.List<Departement>
OutilsDepartement. filtrerDepartementsParRegion(Region region)
static java.util.List<Departement>
OutilsDepartement. filtrerDepartementsParStatut(StatutDepartement statut)
Methods in fr.france.outils with parameters of type Departement Modifier and Type Method Description static java.util.List<Caumune>
OutilsDepartement. getCaumunes(Departement departement)