Uses of Class
org.gbif.dwc.terms.DwcTerm
-
Packages that use DwcTerm Package Description org.gbif.api.model.occurrence org.gbif.dwc.terms -
-
Uses of DwcTerm in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return DwcTerm Modifier and Type Method Description DwcTermDownloadType. getCoreTerm()Methods in org.gbif.api.model.occurrence with parameters of type DwcTerm Modifier and Type Method Description static DownloadTypeDownloadType. fromCoreTerm(DwcTerm coreTerm) -
Uses of DwcTerm in org.gbif.dwc.terms
Fields in org.gbif.dwc.terms declared as DwcTerm Modifier and Type Field Description static DwcTerm[]DwcTerm. CLASS_TERMSList of all class terms in dwc.static DwcTerm[]DwcTerm. HIGHER_RANKSList of all higher rank terms in dwc, ordered by rank and starting with kingdom.static DwcTerm[]DwcTerm. TAXONOMIC_TERMSMethods in org.gbif.dwc.terms that return DwcTerm Modifier and Type Method Description static DwcTermDwcTerm. valueOf(String name)Returns the enum constant of this type with the specified name.static DwcTerm[]DwcTerm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gbif.dwc.terms that return types with arguments of type DwcTerm Modifier and Type Method Description static List<DwcTerm>DwcTerm. listByGroup(String group)List all terms that belong to a given group.
-