Uses of Class
org.gbif.api.vocabulary.NameType
-
Packages that use NameType Package Description org.gbif.api.exception org.gbif.api.model.checklistbank org.gbif.api.model.checklistbank.search org.gbif.api.vocabulary -
-
Uses of NameType in org.gbif.api.exception
Fields in org.gbif.api.exception declared as NameType Modifier and Type Field Description NameType
UnparsableException. type
Constructors in org.gbif.api.exception with parameters of type NameType Constructor Description UnparsableException(NameType type, String name)
-
Uses of NameType in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return NameType Modifier and Type Method Description NameType
NameUsage. getNameType()
Deprecated.NameType
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 NameType Modifier and Type Method Description void
NameUsage. setNameType(NameType nameType)
Deprecated.void
ParsedName. setType(NameType type)
Constructors in org.gbif.api.model.checklistbank with parameters of type NameType 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 NameType in org.gbif.api.model.checklistbank.search
Methods in org.gbif.api.model.checklistbank.search that return NameType Modifier and Type Method Description NameType
NameUsageSearchResult. getNameType()
Methods in org.gbif.api.model.checklistbank.search with parameters of type NameType Modifier and Type Method Description void
NameUsageSearchResult. setNameType(NameType nameType)
-
Uses of NameType in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return NameType Modifier and Type Method Description static NameType
NameType. fromString(String nameType)
Deprecated.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
NameType. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static NameType[]
NameType. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-