Uses of Class
org.gbif.api.vocabulary.Sex
-
Packages that use Sex Package Description org.gbif.api.model.checklistbank org.gbif.api.vocabulary -
-
Uses of Sex in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return Sex Modifier and Type Method Description Sex
VernacularName. getSex()
The sex (gender) of the taxon for which the vernacular name applies when the vernacular name is limited to a specific gender of a species.Methods in org.gbif.api.model.checklistbank with parameters of type Sex Modifier and Type Method Description void
VernacularName. setSex(Sex sex)
-
Uses of Sex in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return Sex Modifier and Type Method Description static Sex
Sex. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static Sex[]
Sex. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-