Uses of Class
de.digitalcollections.model.identifiable.entity.agent.Gender
-
Packages that use Gender Package Description de.digitalcollections.model.identifiable.entity.agent -
-
Uses of Gender in de.digitalcollections.model.identifiable.entity.agent
Methods in de.digitalcollections.model.identifiable.entity.agent that return Gender Modifier and Type Method Description GenderPerson. getGender()static GenderGender. valueOf(String name)Returns the enum constant of this type with the specified name.static Gender[]Gender. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.digitalcollections.model.identifiable.entity.agent with parameters of type Gender Modifier and Type Method Description voidPerson. setGender(Gender gender)
-