Uses of Enum Class
com.endurancetrio.data.event.model.enumerator.GenderCategory
Packages that use GenderCategory
Package
Description
-
Uses of GenderCategory in com.endurancetrio.data.event.model.converter
Methods in com.endurancetrio.data.event.model.converter that return GenderCategoryMethods in com.endurancetrio.data.event.model.converter with parameters of type GenderCategoryModifier and TypeMethodDescriptionGenderCategoryConverter.convertToDatabaseColumn(GenderCategory genderCategory) -
Uses of GenderCategory in com.endurancetrio.data.event.model.entity
Methods in com.endurancetrio.data.event.model.entity that return GenderCategoryMethods in com.endurancetrio.data.event.model.entity with parameters of type GenderCategory -
Uses of GenderCategory in com.endurancetrio.data.event.model.enumerator
Methods in com.endurancetrio.data.event.model.enumerator that return GenderCategoryModifier and TypeMethodDescriptionstatic GenderCategoryReturns the enum constant of this class with the specified name.static GenderCategory[]GenderCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.