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()Deprecated.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) intDatasetMetrics.getCountByRank(Rank rank) Get the metrics by taxonomic rank, i.e.NameUsage.getHigherRank(Rank rank) Deprecated.NameUsageMatch.getHigherRank(Rank rank) NameUsage.getHigherRankKey(Rank rank) Deprecated.NameUsageMatch.getHigherRankKey(Rank rank) NameUsageMetrics.getNumByRank(Rank rank) Gets the count of usages by a rank.voidDeprecated.voidvoidvoidTypeSpecimen.setTaxonRank(Rank taxonRank) Method parameters in org.gbif.api.model.checklistbank with type arguments of type RankModifier and TypeMethodDescriptionvoidDatasetMetrics.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 TypeMethodDescriptionvoidNameUsageSearchRequest.addRankFilter(Rank rank) NameUsageSearchResult.getHigherRank(Rank rank) NameUsageSuggestResult.getHigherRank(Rank rank) NameUsageSearchResult.getHigherRankKey(Rank rank) NameUsageSuggestResult.getHigherRankKey(Rank rank) voidvoid -
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) Deprecated.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) voidOccurrence.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 TypeMethodDescriptionvoidTaxonomicCoverage.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 TypeMethodDescriptionFully 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 StringClassificationUtils.getHigherRank(LinneanClassification lc, Rank rank) Gets a higher taxon property by passing the rank of it.static IntegerClassificationUtils.getHigherRankKey(LinneanClassificationKeys lck, Rank rank) Gets a higher taxon key by passing the rank of it.static voidClassificationUtils.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 voidClassificationUtils.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.vocabulary
Fields in org.gbif.api.vocabulary with type parameters of type RankModifier and TypeFieldDescriptionRank.DWC_RANKSDeprecated.An ordered list of all ranks that appear in Darwin Core with their own term.Rank.LINNEAN_RANKSDeprecated.All main Linnean ranks ordered.Methods in org.gbif.api.vocabulary that return RankModifier and TypeMethodDescriptionstatic RankDeprecated.Returns the enum constant of this class with the specified name.static Rank[]Rank.values()Deprecated.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