Uses of Enum Class
org.gbif.api.vocabulary.TaxonomicStatus
Packages that use TaxonomicStatus
Package
Description
-
Uses of TaxonomicStatus in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return TaxonomicStatusModifier and TypeMethodDescriptionNameUsageMatch.getStatus()
The taxonomic status of the backbone usage.NameUsage.getTaxonomicStatus()
The taxonomic status of the name usage.Methods in org.gbif.api.model.checklistbank with parameters of type TaxonomicStatusModifier and TypeMethodDescriptionvoid
NameUsageMatch.setStatus
(TaxonomicStatus status) void
NameUsage.setTaxonomicStatus
(TaxonomicStatus taxonomicStatus) -
Uses of TaxonomicStatus in org.gbif.api.model.checklistbank.search
Methods in org.gbif.api.model.checklistbank.search that return TaxonomicStatusModifier and TypeMethodDescriptionNameUsageSuggestResult.getStatus()
NameUsageSearchResult.getTaxonomicStatus()
Methods in org.gbif.api.model.checklistbank.search with parameters of type TaxonomicStatusModifier and TypeMethodDescriptionvoid
NameUsageSearchRequest.addTaxonomicStatusFilter
(TaxonomicStatus status) void
NameUsageSuggestResult.setStatus
(TaxonomicStatus status) void
NameUsageSearchResult.setTaxonomicStatus
(TaxonomicStatus taxonomicStatus) -
Uses of TaxonomicStatus in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return TaxonomicStatusModifier and TypeMethodDescriptionOccurrence.getTaxonomicStatus()
The status of the use of the scientificName as a label for a taxon.Methods in org.gbif.api.model.occurrence with parameters of type TaxonomicStatusModifier and TypeMethodDescriptionvoid
Occurrence.setTaxonomicStatus
(TaxonomicStatus taxonomicStatus) -
Uses of TaxonomicStatus in org.gbif.api.v2
Methods in org.gbif.api.v2 that return TaxonomicStatusMethods in org.gbif.api.v2 with parameters of type TaxonomicStatusModifier and TypeMethodDescriptionvoid
NameUsageMatch2.Diagnostics.setStatus
(TaxonomicStatus status) -
Uses of TaxonomicStatus in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return TaxonomicStatusModifier and TypeMethodDescriptionstatic TaxonomicStatus
Returns the enum constant of this class with the specified name.static TaxonomicStatus[]
TaxonomicStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.