Uses of Enum Class
com.endurancetrio.data.competitor.model.enumerator.AthleteGender
Packages that use AthleteGender
Package
Description
-
Uses of AthleteGender in com.endurancetrio.business.competitor.dto
Methods in com.endurancetrio.business.competitor.dto that return AthleteGenderModifier and TypeMethodDescriptionAthleteDTO.gender()Returns the value of thegenderrecord component.Constructors in com.endurancetrio.business.competitor.dto with parameters of type AthleteGenderModifierConstructorDescriptionAthleteDTO(Long id, String longName, String birthName, String knownName, AthleteGender gender, Country country, Integer yearOfBirth) Creates an instance of aAthleteDTOrecord class. -
Uses of AthleteGender in com.endurancetrio.data.competitor.model.converter
Methods in com.endurancetrio.data.competitor.model.converter that return AthleteGenderMethods in com.endurancetrio.data.competitor.model.converter with parameters of type AthleteGenderModifier and TypeMethodDescriptionAthleteGenderConverter.convertToDatabaseColumn(AthleteGender athleteGender) -
Uses of AthleteGender in com.endurancetrio.data.competitor.model.entity
Methods in com.endurancetrio.data.competitor.model.entity that return AthleteGenderMethods in com.endurancetrio.data.competitor.model.entity with parameters of type AthleteGender -
Uses of AthleteGender in com.endurancetrio.data.competitor.model.enumerator
Methods in com.endurancetrio.data.competitor.model.enumerator that return AthleteGenderModifier and TypeMethodDescriptionstatic AthleteGenderReturns the enum constant of this class with the specified name.static AthleteGender[]AthleteGender.values()Returns an array containing the constants of this enum class, in the order they are declared.