Uses of Enum Class
org.gbif.api.vocabulary.NomenclaturalStatus
Packages that use NomenclaturalStatus
Package
Description
-
Uses of NomenclaturalStatus in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return types with arguments of type NomenclaturalStatusModifier and TypeMethodDescriptionNameUsage.getNomenclaturalStatus()
The status related to the conformance to the relevant rules of nomenclature.Method parameters in org.gbif.api.model.checklistbank with type arguments of type NomenclaturalStatusModifier and TypeMethodDescriptionvoid
NameUsage.setNomenclaturalStatus
(Set<NomenclaturalStatus> nomenclaturalStatus) -
Uses of NomenclaturalStatus in org.gbif.api.model.checklistbank.search
Methods in org.gbif.api.model.checklistbank.search that return types with arguments of type NomenclaturalStatusMethods in org.gbif.api.model.checklistbank.search with parameters of type NomenclaturalStatusModifier and TypeMethodDescriptionvoid
NameUsageSearchRequest.addTaxonomicStatusFilter
(NomenclaturalStatus nomenclaturalStatus) Method parameters in org.gbif.api.model.checklistbank.search with type arguments of type NomenclaturalStatusModifier and TypeMethodDescriptionvoid
NameUsageSearchResult.setNomenclaturalStatus
(List<NomenclaturalStatus> nomenclaturalStatus) -
Uses of NomenclaturalStatus in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return NomenclaturalStatusModifier and TypeMethodDescriptionstatic NomenclaturalStatus
NomenclaturalStatus.fromString
(String nomStatus) Deprecated.use NomStatusParser insteadstatic NomenclaturalStatus
Returns the enum constant of this class with the specified name.static NomenclaturalStatus[]
NomenclaturalStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.