Uses of Class
org.gbif.api.vocabulary.OccurrencePersistenceStatus
-
Packages that use OccurrencePersistenceStatus Package Description org.gbif.api.vocabulary -
-
Uses of OccurrencePersistenceStatus in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return OccurrencePersistenceStatus Modifier and Type Method Description static OccurrencePersistenceStatus
OccurrencePersistenceStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static OccurrencePersistenceStatus[]
OccurrencePersistenceStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-