Uses of Class
org.gbif.api.vocabulary.DistributionStatus
-
Packages that use DistributionStatus Package Description org.gbif.api.model.checklistbank org.gbif.api.vocabulary -
-
Uses of DistributionStatus in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return DistributionStatus Modifier and Type Method Description DistributionStatus
Distribution. getStatus()
Term describing the occurrence status of the organism in the given area based on how frequent the species occurs.Methods in org.gbif.api.model.checklistbank with parameters of type DistributionStatus Modifier and Type Method Description void
Distribution. setStatus(DistributionStatus status)
-
Uses of DistributionStatus in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return DistributionStatus Modifier and Type Method Description static DistributionStatus
DistributionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static DistributionStatus[]
DistributionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-