Uses of Class
org.gbif.api.v2.RankedName
-
Packages that use RankedName Package Description org.gbif.api.v2 -
-
Uses of RankedName in org.gbif.api.v2
Methods in org.gbif.api.v2 that return RankedName Modifier and Type Method Description RankedName
NameUsageMatch2. getAcceptedUsage()
RankedName
NameUsageMatch2. getUsage()
Methods in org.gbif.api.v2 that return types with arguments of type RankedName Modifier and Type Method Description List<RankedName>
NameUsageMatch2. getClassification()
the classification includes the accepted taxon concept viewMethods in org.gbif.api.v2 with parameters of type RankedName Modifier and Type Method Description void
NameUsageMatch2. setAcceptedUsage(RankedName acceptedUsage)
void
NameUsageMatch2. setUsage(RankedName usage)
Method parameters in org.gbif.api.v2 with type arguments of type RankedName Modifier and Type Method Description void
NameUsageMatch2. setClassification(List<RankedName> classification)
-