Uses of Enum Class
org.gbif.api.vocabulary.Rank
Packages that use Rank
Package
Description
-
Uses of Rank in org.gbif.api.jackson
Methods in org.gbif.api.jackson that return RankModifier and TypeMethodDescriptionRankSerde.RankJsonDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in org.gbif.api.jackson with parameters of type Rank -
Uses of Rank in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return RankModifier and TypeMethodDescriptionNameUsage.getRank()
Returns the rank for this usage.NameUsageMatch.getRank()
ParsedName.getRank()
TypeSpecimen.getTaxonRank()
The rank of the taxon bearing the scientific name.Methods in org.gbif.api.model.checklistbank that return types with arguments of type RankMethods in org.gbif.api.model.checklistbank with parameters of type RankModifier and TypeMethodDescription@javax.validation.constraints.Min(0L) int
DatasetMetrics.getCountByRank
(Rank rank) Get the metrics by taxonomic rank, i.e.NameUsage.getHigherRank
(Rank rank) NameUsageMatch.getHigherRank
(Rank rank) NameUsage.getHigherRankKey
(Rank rank) NameUsageMatch.getHigherRankKey
(Rank rank) NameUsageMetrics.getNumByRank
(Rank rank) Gets the count of usages by a rank.void
void
void
void
TypeSpecimen.setTaxonRank
(Rank taxonRank) Method parameters in org.gbif.api.model.checklistbank with type arguments of type RankModifier and TypeMethodDescriptionvoid
DatasetMetrics.setCountByRank
(Map<Rank, Integer> countByRank) Constructors in org.gbif.api.model.checklistbank with parameters of type RankModifierConstructorDescriptionParsedName
(NameType type, String genusOrAbove, String infraGeneric, String specificEpithet, String infraSpecificEpithet, NamePart notho, Rank rank, String authorship, String year, String bracketAuthorship, String bracketYear, String cultivarEpithet, String strain, String sensu, String nomStatus, String remarks) -
Uses of Rank in org.gbif.api.model.checklistbank.search
Methods in org.gbif.api.model.checklistbank.search that return RankModifier and TypeMethodDescriptionNameUsageSearchResult.getRank()
NameUsageSuggestResult.getRank()
Methods in org.gbif.api.model.checklistbank.search with parameters of type RankModifier and TypeMethodDescriptionvoid
NameUsageSearchRequest.addRankFilter
(Rank rank) NameUsageSearchResult.getHigherRank
(Rank rank) NameUsageSuggestResult.getHigherRank
(Rank rank) NameUsageSearchResult.getHigherRankKey
(Rank rank) NameUsageSuggestResult.getHigherRankKey
(Rank rank) void
void
-
Uses of Rank in org.gbif.api.model.common
Methods in org.gbif.api.model.common with parameters of type RankModifier and TypeMethodDescriptionLinneanClassification.getHigherRank
(Rank rank) Gets a higher taxon property by passing the rank of it.LinneanClassificationKeys.getHigherRankKey
(Rank rank) Gets a higher taxon key by passing the rank of it. -
Uses of Rank in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return RankMethods in org.gbif.api.model.occurrence with parameters of type RankModifier and TypeMethodDescriptionOccurrence.getHigherRank
(Rank rank) Occurrence.getHigherRankKey
(Rank rank) void
Occurrence.setTaxonRank
(Rank taxonRank) -
Uses of Rank in org.gbif.api.model.registry.eml
Methods in org.gbif.api.model.registry.eml that return types with arguments of type RankMethod parameters in org.gbif.api.model.registry.eml with type arguments of type RankModifier and TypeMethodDescriptionvoid
TaxonomicCoverage.setRank
(InterpretedEnum<String, Rank> rank) Constructor parameters in org.gbif.api.model.registry.eml with type arguments of type RankModifierConstructorDescriptionTaxonomicCoverage
(String scientificName, String commonName, InterpretedEnum<String, Rank> rank) -
Uses of Rank in org.gbif.api.service.checklistbank
Methods in org.gbif.api.service.checklistbank with parameters of type RankModifier and TypeMethodDescriptionNameUsageMatchingService.match
(String scientificName, Rank rank, LinneanClassification classification, boolean strict, boolean verbose) Tries to match a scientific name with an optional classification given as individual parameters.Fully parse the supplied name also trying to extract authorships, a conceptual sec reference, remarks or notes on the nomenclatural status.NameParser.parseQuietly
(String scientificName, Rank rank) Fully parses a name using #parse(String, Rank) but converts names that throw a UnparsableException into ParsedName objects with the scientific name, rank and name type given.NameParser.parseToCanonical
(String scientificName, Rank rank) Parses the scientific name without authorship and returns the ParsedName.canonicalName() string -
Uses of Rank in org.gbif.api.util
Methods in org.gbif.api.util with parameters of type RankModifier and TypeMethodDescriptionstatic String
ClassificationUtils.getHigherRank
(LinneanClassification lc, Rank rank) Gets a higher taxon property by passing the rank of it.static Integer
ClassificationUtils.getHigherRankKey
(LinneanClassificationKeys lck, Rank rank) Gets a higher taxon key by passing the rank of it.static void
ClassificationUtils.setHigherRank
(LinneanClassification lc, Rank rank, String name) Sets a higher taxon property by passing the rank of it.static <T extends LinneanClassification & LinneanClassificationKeys>
voidClassificationUtils.setHigherRank
(T lc, Rank rank, String name, Integer usageKey) Sets a higher taxon property by passing the rank of it.static void
ClassificationUtils.setHigherRankKey
(LinneanClassificationKeys lck, Rank rank, Integer usageKey) Sets a higher taxon property by passing the rank of it. -
Uses of Rank in org.gbif.api.v2
Methods in org.gbif.api.v2 that return RankMethods in org.gbif.api.v2 with parameters of type RankConstructors in org.gbif.api.v2 with parameters of type Rank -
Uses of Rank in org.gbif.api.vocabulary
Fields in org.gbif.api.vocabulary with type parameters of type RankModifier and TypeFieldDescriptionRank.DWC_RANKS
An ordered list of all ranks that appear in Darwin Core with their own term.Rank.LINNEAN_RANKS
All main Linnean ranks ordered.Methods in org.gbif.api.vocabulary that return RankModifier and TypeMethodDescriptionstatic Rank
Returns the enum constant of this class with the specified name.static Rank[]
Rank.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gbif.api.vocabulary with parameters of type Rank