Uses of Class
org.gbif.api.vocabulary.CitesAppendix
-
Packages that use CitesAppendix Package Description org.gbif.api.model.checklistbank org.gbif.api.vocabulary -
-
Uses of CitesAppendix in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return CitesAppendix Modifier and Type Method Description CitesAppendix
Distribution. getAppendixCites()
The CITES (Convention on International Trade in Endangered Species of Wild Fauna and Flora) Appendix number under which the taxon is listed.Methods in org.gbif.api.model.checklistbank with parameters of type CitesAppendix Modifier and Type Method Description void
Distribution. setAppendixCites(CitesAppendix appendixCites)
-
Uses of CitesAppendix in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return CitesAppendix Modifier and Type Method Description static CitesAppendix
CitesAppendix. valueOf(String name)
Returns the enum constant of this type with the specified name.static CitesAppendix[]
CitesAppendix. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-