Uses of Class
org.gbif.dwc.terms.GbifTerm
-
Packages that use GbifTerm Package Description org.gbif.dwc.terms -
-
Uses of GbifTerm in org.gbif.dwc.terms
Fields in org.gbif.dwc.terms declared as GbifTerm Modifier and Type Field Description static GbifTerm[]
GbifTerm. TAXONOMIC_TERMS
Lists all GBIF terms in taxon group.Methods in org.gbif.dwc.terms that return GbifTerm Modifier and Type Method Description static GbifTerm
GbifTerm. valueOf(String name)
Returns the enum constant of this type with the specified name.static GbifTerm[]
GbifTerm. 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 GbifTerm Modifier and Type Method Description static List<GbifTerm>
GbifTerm. listByGroup(String group)
List all terms that belong to a given group.
-