Uses of Enum Class
ece.ing3.java.projet.enums.Specialite
Packages that use Specialite
Package
Description
-
Uses of Specialite in ece.ing3.java.projet.enums
Methods in ece.ing3.java.projet.enums that return SpecialiteModifier and TypeMethodDescriptionstatic SpecialiteReturns the enum constant of this class with the specified name.static Specialite[]Specialite.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Specialite in ece.ing3.java.projet.modele.employe
Methods in ece.ing3.java.projet.modele.employe that return SpecialiteMethods in ece.ing3.java.projet.modele.employe with parameters of type SpecialiteModifier and TypeMethodDescriptionvoidDocteur.setSpecialite(Specialite specialite) Modifie la spécialité du docteurConstructors in ece.ing3.java.projet.modele.employe with parameters of type Specialite -
Uses of Specialite in ece.ing3.java.projet.modele.finders
Methods in ece.ing3.java.projet.modele.finders with parameters of type SpecialiteModifier and TypeMethodDescriptionDocteurFinder.specialite(Specialite specialite) Conditionne le paramètre "specialite" du Docteur