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.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 TaxonomicStatusNameUsageMatch. getStatus()The taxonomic status of the backbone usage.TaxonomicStatusNameUsage. getTaxonomicStatus()Deprecated.The taxonomic status of the name usage.Methods in org.gbif.api.model.checklistbank with parameters of type TaxonomicStatus Modifier and Type Method Description voidNameUsageMatch. 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 TaxonomicStatus Modifier and Type Method Description TaxonomicStatusNameUsageSuggestResult. getStatus()TaxonomicStatusNameUsageSearchResult. getTaxonomicStatus()Methods in org.gbif.api.model.checklistbank.search with parameters of type TaxonomicStatus Modifier and Type Method Description voidNameUsageSearchRequest. 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 TaxonomicStatus Modifier and Type Method Description TaxonomicStatusOccurrence. 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 voidOccurrence. setTaxonomicStatus(TaxonomicStatus taxonomicStatus) - 
Uses of TaxonomicStatus in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return TaxonomicStatus Modifier and Type Method Description static TaxonomicStatusTaxonomicStatus. 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. 
 -