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()Deprecated.The taxonomic status of the name usage.Methods in org.gbif.api.model.checklistbank with parameters of type TaxonomicStatusModifier and TypeMethodDescriptionvoidNameUsageMatch.setStatus(TaxonomicStatus status) voidNameUsage.setTaxonomicStatus(TaxonomicStatus taxonomicStatus) Deprecated. -
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 TypeMethodDescriptionvoidNameUsageSearchRequest.addTaxonomicStatusFilter(TaxonomicStatus status) voidNameUsageSuggestResult.setStatus(TaxonomicStatus status) voidNameUsageSearchResult.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 TypeMethodDescriptionvoidOccurrence.setTaxonomicStatus(TaxonomicStatus taxonomicStatus) -
Uses of TaxonomicStatus in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return TaxonomicStatusModifier and TypeMethodDescriptionstatic TaxonomicStatusReturns 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.