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