Uses of Class
org.gbif.api.vocabulary.NomenclaturalStatus
-
Packages that use NomenclaturalStatus Package Description org.gbif.api.model.checklistbank org.gbif.api.model.checklistbank.search org.gbif.api.vocabulary -
-
Uses of NomenclaturalStatus in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return types with arguments of type NomenclaturalStatus Modifier and Type Method Description Set<NomenclaturalStatus>
NameUsage. 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 NomenclaturalStatus Modifier and Type Method Description void
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 NomenclaturalStatus Modifier and Type Method Description List<NomenclaturalStatus>
NameUsageSearchResult. getNomenclaturalStatus()
Methods in org.gbif.api.model.checklistbank.search with parameters of type NomenclaturalStatus Modifier and Type Method Description void
NameUsageSearchRequest. addTaxonomicStatusFilter(NomenclaturalStatus nomenclaturalStatus)
Method parameters in org.gbif.api.model.checklistbank.search with type arguments of type NomenclaturalStatus Modifier and Type Method Description void
NameUsageSearchResult. setNomenclaturalStatus(List<NomenclaturalStatus> nomenclaturalStatus)
-
Uses of NomenclaturalStatus in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return NomenclaturalStatus Modifier and Type Method Description static NomenclaturalStatus
NomenclaturalStatus. fromString(String nomStatus)
Deprecated.use NomStatusParser insteadstatic NomenclaturalStatus
NomenclaturalStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static NomenclaturalStatus[]
NomenclaturalStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-