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