Uses of Enum Class
org.gbif.api.vocabulary.NamePart
Packages that use NamePart
-
Uses of NamePart in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return NamePartModifier and TypeMethodDescriptionParsedName.getNotho()
For hybrid names notho indicates which part of the name is considered a hybrid, i.e.Methods in org.gbif.api.model.checklistbank with parameters of type NamePartConstructors in org.gbif.api.model.checklistbank with parameters of type NamePartModifierConstructorDescriptionParsedName
(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 NamePart in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return NamePartModifier and TypeMethodDescriptionstatic NamePart
NamePart.fromString
(String namePart) Case insensitive lookup of a NamePart by its name that does not throw an exception but returns null for a not found NamePart.static NamePart
Returns the enum constant of this class with the specified name.static NamePart[]
NamePart.values()
Returns an array containing the constants of this enum class, in the order they are declared.