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 DepartementCaumune. getDepartement()Retourne le département de la caumune.static DepartementDepartement. rechercherParCode(int code)Retourne leDepartementcorrespondant au code donné en paramètre.static DepartementDepartement. rechercherParCode(java.lang.String code)Retourne leDepartementcorrespondant au code donné en paramètre.static DepartementDepartement. rechercherParNom(java.lang.String nom)Retourne leDepartementcorrespondant au nom donné en paramètre.static DepartementDepartement. 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 lesDepartementcorrespondant 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 DepartementOutilsDepartement. rechercherParCode(int code)static DepartementOutilsDepartement. 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)