public enum NomenclaturalCode extends Enum<NomenclaturalCode>
Nomenclature codes or codes of nomenclature are the various rulebooks that govern biological taxonomic nomenclature, each in their own broad field of organisms. To an end-user who only deals with names of species, with some awareness that species are assignable to families, it may not be noticeable that there is more than one code, but beyond this basic level these are rather different in the way they work.
| Enum Constant and Description |
|---|
BACTERIAL |
BIOCODE |
BOTANICAL |
CULTIVARS |
PHYLOCODE |
PHYTOSOCIOLOGY |
VIRUS |
ZOOLOGICAL |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcronym() |
String |
getLink() |
String |
getTitle() |
static NomenclaturalCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NomenclaturalCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NomenclaturalCode BACTERIAL
public static final NomenclaturalCode BOTANICAL
public static final NomenclaturalCode BIOCODE
public static final NomenclaturalCode CULTIVARS
public static final NomenclaturalCode PHYLOCODE
public static final NomenclaturalCode PHYTOSOCIOLOGY
public static final NomenclaturalCode VIRUS
public static final NomenclaturalCode ZOOLOGICAL
public static NomenclaturalCode[] values()
for (NomenclaturalCode c : NomenclaturalCode.values()) System.out.println(c);
public static NomenclaturalCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getAcronym()
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.