Package | Description |
---|---|
org.gbif.api.model.checklistbank | |
org.gbif.api.vocabulary | |
org.gbif.nameparser |
Modifier and Type | Method and Description |
---|---|
NamePart |
ParsedName.getNotho()
For hybrid names notho indicates which part of the name is considered a hybrid,
i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
ParsedName.setNotho(NamePart notho) |
Constructor and 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) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static NamePart |
NameParserGbifV1.toGbif(org.gbif.nameparser.api.NamePart notho) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.