Uses of Class
de.digitalcollections.model.api.identifiable.entity.agent.enums.Gender
-
Uses of Gender in de.digitalcollections.model.api.identifiable.entity.agent
Methods in de.digitalcollections.model.api.identifiable.entity.agent that return Gender Modifier and Type Method Description GenderPerson. getGender()Methods in de.digitalcollections.model.api.identifiable.entity.agent with parameters of type Gender Modifier and Type Method Description voidPerson. setGender(Gender gender) -
Uses of Gender in de.digitalcollections.model.api.identifiable.entity.agent.enums
Methods in de.digitalcollections.model.api.identifiable.entity.agent.enums that return Gender Modifier and Type Method Description static GenderGender. valueOf(java.lang.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. -
Uses of Gender in de.digitalcollections.model.impl.identifiable.entity.agent
Methods in de.digitalcollections.model.impl.identifiable.entity.agent that return Gender Modifier and Type Method Description GenderPersonImpl. getGender()Methods in de.digitalcollections.model.impl.identifiable.entity.agent with parameters of type Gender Modifier and Type Method Description voidPersonImpl. setGender(Gender gender)