Uses of Class
org.gbif.api.vocabulary.GbifRegion
-
Packages that use GbifRegion Package Description org.gbif.api.model.occurrence org.gbif.api.model.registry org.gbif.api.vocabulary -
-
Uses of GbifRegion in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return GbifRegion Modifier and Type Method Description GbifRegion
Occurrence. getGbifRegion()
GbifRegion
VerbatimOccurrence. getPublishedByGbifRegion()
-
Uses of GbifRegion in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return GbifRegion Modifier and Type Method Description GbifRegion
Node. getGbifRegion()
Methods in org.gbif.api.model.registry with parameters of type GbifRegion Modifier and Type Method Description void
Node. setGbifRegion(GbifRegion gbifRegion)
-
Uses of GbifRegion in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return GbifRegion Modifier and Type Method Description static GbifRegion
GbifRegion. fromString(String region)
GbifRegion
Country. getGbifRegion()
static GbifRegion
GbifRegion. valueOf(String name)
Returns the enum constant of this type with the specified name.static GbifRegion[]
GbifRegion. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-