Uses of Class
org.gbif.api.vocabulary.NamePart
-
Packages that use NamePart Package Description org.gbif.api.model.checklistbank org.gbif.api.vocabulary -
-
Uses of NamePart in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return NamePart Modifier and Type Method Description NamePart
ParsedName. 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 NamePart Modifier and Type Method Description void
ParsedName. setNotho(NamePart notho)
Constructors in org.gbif.api.model.checklistbank with parameters of type NamePart 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 NamePart in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return NamePart Modifier and Type Method Description static 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
NamePart. valueOf(String name)
Returns the enum constant of this type with the specified name.static NamePart[]
NamePart. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-