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()Deprecated.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 TypeMethodDescriptionvoidNameUsage.setNomenclaturalStatus(Set<NomenclaturalStatus> nomenclaturalStatus) Deprecated. -
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 TypeMethodDescriptionvoidNameUsageSearchRequest.addTaxonomicStatusFilter(NomenclaturalStatus nomenclaturalStatus) Method parameters in org.gbif.api.model.checklistbank.search with type arguments of type NomenclaturalStatusModifier and TypeMethodDescriptionvoidNameUsageSearchResult.setNomenclaturalStatus(List<NomenclaturalStatus> nomenclaturalStatus) -
Uses of NomenclaturalStatus in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return NomenclaturalStatusModifier and TypeMethodDescriptionstatic NomenclaturalStatusNomenclaturalStatus.fromString(String nomStatus) Deprecated.use NomStatusParser insteadstatic NomenclaturalStatusReturns 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.