Uses of Class
fr.france.StatutDepartement
Package | Description |
---|---|
fr.france | |
fr.france.outils |
-
Uses of StatutDepartement in fr.france
Methods in fr.france that return StatutDepartement Modifier and Type Method Description StatutDepartement
Departement. getStatut()
static StatutDepartement
StatutDepartement. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StatutDepartement[]
StatutDepartement. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.france with parameters of type StatutDepartement 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. -
Uses of StatutDepartement in fr.france.outils
Methods in fr.france.outils with parameters of type StatutDepartement Modifier and Type Method Description static java.util.List<Departement>
OutilsDepartement. filtrerDepartementsParStatut(StatutDepartement statut)