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