Uses of Class
org.gbif.api.vocabulary.Rank
- 
- 
Uses of Rank in org.gbif.api.jackson
Methods in org.gbif.api.jackson that return Rank Modifier and Type Method Description RankRankSerde.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 Modifier and Type Method Description voidRankSerde.RankJsonSerializer. serialize(Rank value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) - 
Uses of Rank in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return Rank Modifier and Type Method Description RankNameUsage. getRank()Deprecated.Returns the rank for this usage.RankNameUsageMatch. getRank()RankParsedName. getRank()RankTypeSpecimen. getTaxonRank()The rank of the taxon bearing the scientific name.Methods in org.gbif.api.model.checklistbank that return types with arguments of type Rank Modifier and Type Method Description @NotNull Map<Rank,Integer>DatasetMetrics. getCountByRank()Methods in org.gbif.api.model.checklistbank with parameters of type Rank Modifier and Type Method Description @javax.validation.constraints.Min(0L) intDatasetMetrics. getCountByRank(Rank rank)Get the metrics by taxonomic rank, i.e.StringNameUsage. getHigherRank(Rank rank)Deprecated.StringNameUsageMatch. getHigherRank(Rank rank)IntegerNameUsage. getHigherRankKey(Rank rank)Deprecated.IntegerNameUsageMatch. getHigherRankKey(Rank rank)IntegerNameUsageMetrics. getNumByRank(Rank rank)Gets the count of usages by a rank.voidNameUsage. setRank(Rank rank)Deprecated.voidNameUsageMatch. setRank(Rank rank)voidParsedName. setRank(Rank rank)voidTypeSpecimen. setTaxonRank(Rank taxonRank)Method parameters in org.gbif.api.model.checklistbank with type arguments of type Rank Modifier and Type Method Description voidDatasetMetrics. setCountByRank(Map<Rank,Integer> countByRank)Constructors in org.gbif.api.model.checklistbank with parameters of type Rank Constructor Description ParsedName(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 Rank Modifier and Type Method Description RankNameUsageSearchResult. getRank()RankNameUsageSuggestResult. getRank()Methods in org.gbif.api.model.checklistbank.search with parameters of type Rank Modifier and Type Method Description voidNameUsageSearchRequest. addRankFilter(Rank rank)StringNameUsageSearchResult. getHigherRank(Rank rank)StringNameUsageSuggestResult. getHigherRank(Rank rank)IntegerNameUsageSearchResult. getHigherRankKey(Rank rank)IntegerNameUsageSuggestResult. getHigherRankKey(Rank rank)voidNameUsageSearchResult. setRank(Rank rank)voidNameUsageSuggestResult. setRank(Rank rank) - 
Uses of Rank in org.gbif.api.model.common
Methods in org.gbif.api.model.common with parameters of type Rank Modifier and Type Method Description StringLinneanClassification. getHigherRank(Rank rank)Gets a higher taxon property by passing the rank of it.IntegerLinneanClassificationKeys. 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 Rank Modifier and Type Method Description RankOccurrence. getTaxonRank()Methods in org.gbif.api.model.occurrence with parameters of type Rank Modifier and Type Method Description StringOccurrence. getHigherRank(Rank rank)IntegerOccurrence. 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 Rank Modifier and Type Method Description InterpretedEnum<String,Rank>TaxonomicCoverage. getRank()Method parameters in org.gbif.api.model.registry.eml with type arguments of type Rank Modifier and Type Method Description voidTaxonomicCoverage. setRank(InterpretedEnum<String,Rank> rank)Constructor parameters in org.gbif.api.model.registry.eml with type arguments of type Rank Constructor Description TaxonomicCoverage(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 Rank Modifier and Type Method Description ParsedNameNameParser. parse(String scientificName, Rank rank)Fully parse the supplied name also trying to extract authorships, a conceptual sec reference, remarks or notes on the nomenclatural status.ParsedNameNameParser. 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.StringNameParser. 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 Rank Modifier and Type Method Description static 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 Rank Modifier and Type Field Description static List<Rank>Rank. DWC_RANKSDeprecated.An ordered list of all ranks that appear in Darwin Core with their own term.static List<Rank>Rank. LINNEAN_RANKSDeprecated.All main Linnean ranks ordered.Methods in org.gbif.api.vocabulary that return Rank Modifier and Type Method Description static RankRank. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static Rank[]Rank. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gbif.api.vocabulary with parameters of type Rank Modifier and Type Method Description booleanRank. higherThan(Rank other)Deprecated. 
 -