Uses of Enum Class
fr.utc.miage.sporttrack.entity.enumeration.PracticeLevel
Packages that use PracticeLevel
Package
Description
-
Uses of PracticeLevel in fr.utc.miage.sporttrack.dto
Methods in fr.utc.miage.sporttrack.dto that return PracticeLevelModifier and TypeMethodDescriptionAthleteProfileUpdateDTO.getPracticeLevel()Returns the practice level of the athlete.Methods in fr.utc.miage.sporttrack.dto with parameters of type PracticeLevelModifier and TypeMethodDescriptionvoidAthleteProfileUpdateDTO.setPracticeLevel(PracticeLevel practiceLevel) Sets the practice level of the athlete. -
Uses of PracticeLevel in fr.utc.miage.sporttrack.entity.enumeration
Methods in fr.utc.miage.sporttrack.entity.enumeration that return PracticeLevelModifier and TypeMethodDescriptionstatic PracticeLevelReturns the enum constant of this class with the specified name.static PracticeLevel[]PracticeLevel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PracticeLevel in fr.utc.miage.sporttrack.entity.user
Methods in fr.utc.miage.sporttrack.entity.user that return PracticeLevelModifier and TypeMethodDescriptionAthlete.getPracticeLevel()Returns the practice level of this athlete.Methods in fr.utc.miage.sporttrack.entity.user with parameters of type PracticeLevelModifier and TypeMethodDescriptionvoidAthlete.setPracticeLevel(PracticeLevel practiceLevel) Sets the practice level of this athlete.