public enum NomenclaturalCode extends Enum<NomenclaturalCode>
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.