Uses of Enum Class
org.gbif.api.vocabulary.NameType
Packages that use NameType
Package
Description
-
Uses of NameType in org.gbif.api.exception
Fields in org.gbif.api.exception declared as NameTypeConstructors in org.gbif.api.exception with parameters of type NameType -
Uses of NameType in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return NameTypeModifier and TypeMethodDescriptionNameUsage.getNameType()
ParsedName.getType()
A coarse classification of names helping to deal with different syntactical name string structures.Methods in org.gbif.api.model.checklistbank with parameters of type NameTypeConstructors in org.gbif.api.model.checklistbank with parameters of type NameTypeModifierConstructorDescriptionParsedName
(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 NameType in org.gbif.api.model.checklistbank.search
Methods in org.gbif.api.model.checklistbank.search that return NameTypeMethods in org.gbif.api.model.checklistbank.search with parameters of type NameType -
Uses of NameType in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return NameTypeModifier and TypeMethodDescriptionstatic NameType
NameType.fromString
(String nameType) Case insensitive lookup of a name type by its name that does not throw an exception but returns null for not found name types.static NameType
Returns the enum constant of this class with the specified name.static NameType[]
NameType.values()
Returns an array containing the constants of this enum class, in the order they are declared.