Uses of Enum Class
org.nuiton.topia.it.legacy.topiatest.Gender
Packages that use Gender
-
Uses of Gender in org.nuiton.topia.it.legacy.topiatest
Subclasses with type arguments of type Gender in org.nuiton.topia.it.legacy.topiatestFields in org.nuiton.topia.it.legacy.topiatest declared as GenderModifier and TypeFieldDescriptionprotected GenderPersonneAbstract.genderNom de l'attribut en BD : genderprotected GenderPersonneAbstract.otherGenderNom de l'attribut en BD : otherGenderMethods in org.nuiton.topia.it.legacy.topiatest that return GenderModifier and TypeMethodDescriptionPersonne.getGender()PersonneAbstract.getGender()Personne.getOtherGender()PersonneAbstract.getOtherGender()static GenderReturns the enum constant of this class with the specified name.static Gender[]Gender.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.nuiton.topia.it.legacy.topiatest with parameters of type GenderModifier and TypeMethodDescriptionGeneratedPersonneTopiaDao.findAllByGender(Gender v) Deprecated.GeneratedPersonneTopiaDao.findAllByOtherGender(Gender v) Deprecated.GeneratedPersonneTopiaDao.findByGender(Gender v) Deprecated.GeneratedPersonneTopiaDao.findByOtherGender(Gender v) Deprecated.org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> GeneratedPersonneTopiaDao.forGenderEquals(Gender v) org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> GeneratedPersonneTopiaDao.forOtherGenderEquals(Gender v) voidvoidvoidPersonne.setOtherGender(Gender otherGender) voidPersonneAbstract.setOtherGender(Gender otherGender) Method parameters in org.nuiton.topia.it.legacy.topiatest with type arguments of type GenderModifier and TypeMethodDescriptionorg.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> GeneratedPersonneTopiaDao.forGenderIn(Collection<Gender> v) org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> GeneratedPersonneTopiaDao.forOtherGenderIn(Collection<Gender> v)