Uses of Class
org.gbif.api.model.checklistbank.NameUsage
Packages that use NameUsage
-
Uses of NameUsage in org.gbif.api.model.checklistbank
Subclasses of NameUsage in org.gbif.api.model.checklistbankModifier and TypeClassDescriptionclassAn extension to a NameUsage adding all further properties that are not eagerly loaded.Methods in org.gbif.api.model.checklistbank that return types with arguments of type NameUsageModifier and TypeMethodDescriptionNameUsageContainer.getCombinations()NameUsageContainer.getSynonyms()Method parameters in org.gbif.api.model.checklistbank with type arguments of type NameUsageModifier and TypeMethodDescriptionvoidNameUsageContainer.setCombinations(List<NameUsage> combinations) voidNameUsageContainer.setSynonyms(List<NameUsage> synonyms) Constructors in org.gbif.api.model.checklistbank with parameters of type NameUsageModifierConstructorDescriptionDeprecated.NameUsageContainer(NameUsage usage) Constructs a NameUsageContainer from an existing NameUsage instance.