Uses of Class
org.gbif.api.vocabulary.TaxonomicStatus
-
Packages that use TaxonomicStatus Package Description org.gbif.api.model.checklistbank org.gbif.api.model.checklistbank.search org.gbif.api.model.occurrence org.gbif.api.v2 org.gbif.api.vocabulary -
-
Uses of TaxonomicStatus in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return TaxonomicStatus Modifier and Type Method Description TaxonomicStatus
NameUsageMatch. getStatus()
The taxonomic status of the backbone usage.TaxonomicStatus
NameUsage. getTaxonomicStatus()
The taxonomic status of the name usage.Methods in org.gbif.api.model.checklistbank with parameters of type TaxonomicStatus Modifier and Type Method Description void
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 TaxonomicStatus Modifier and Type Method Description TaxonomicStatus
NameUsageSuggestResult. getStatus()
TaxonomicStatus
NameUsageSearchResult. getTaxonomicStatus()
Methods in org.gbif.api.model.checklistbank.search with parameters of type TaxonomicStatus Modifier and Type Method Description void
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 TaxonomicStatus Modifier and Type Method Description TaxonomicStatus
Occurrence. 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 TaxonomicStatus Modifier and Type Method Description void
Occurrence. setTaxonomicStatus(TaxonomicStatus taxonomicStatus)
-
Uses of TaxonomicStatus in org.gbif.api.v2
Methods in org.gbif.api.v2 that return TaxonomicStatus Modifier and Type Method Description TaxonomicStatus
NameUsageMatch2.Diagnostics. getStatus()
Methods in org.gbif.api.v2 with parameters of type TaxonomicStatus Modifier and Type Method Description void
NameUsageMatch2.Diagnostics. setStatus(TaxonomicStatus status)
-
Uses of TaxonomicStatus in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return TaxonomicStatus Modifier and Type Method Description static TaxonomicStatus
TaxonomicStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaxonomicStatus[]
TaxonomicStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-