Uses of Enum Class
org.gbif.dwc.terms.DwcTerm
Packages that use DwcTerm
-
Uses of DwcTerm in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return DwcTermMethods in org.gbif.api.model.occurrence with parameters of type DwcTermModifier and TypeMethodDescriptionstatic DownloadType
DownloadType.fromCoreTerm
(DwcTerm coreTerm) -
Uses of DwcTerm in org.gbif.dwc.terms
Fields in org.gbif.dwc.terms declared as DwcTermModifier and TypeFieldDescriptionstatic final DwcTerm[]
DwcTerm.CLASS_TERMS
List of all class terms in dwc.static final DwcTerm[]
DwcTerm.HIGHER_RANKS
List of all higher rank terms in dwc, ordered by rank and starting with kingdom.static final DwcTerm[]
DwcTerm.TAXONOMIC_TERMS
Methods in org.gbif.dwc.terms that return DwcTermModifier and TypeMethodDescriptionstatic DwcTerm
Returns the enum constant of this class with the specified name.static DwcTerm[]
DwcTerm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gbif.dwc.terms that return types with arguments of type DwcTermModifier and TypeMethodDescriptionDwcTerm.listByGroup
(String group) List all terms that belong to a given group.