public enum GbifDnaTerm extends Enum<GbifDnaTerm> implements Term, AlternativeNames, Serializable
Enum Constant and Description |
---|
dna_sequence |
pcr_primer_forward |
pcr_primer_name_forward |
pcr_primer_name_reverse |
pcr_primer_reference |
pcr_primer_reverse |
Modifier and Type | Field and Description |
---|---|
String[] |
alternatives |
Modifier and Type | Method and Description |
---|---|
String[] |
alternativeNames() |
boolean |
isClass()
Informs if a term is generally used as a class term, i.e.
|
URI |
namespace()
The namespace the terms are in.
|
String |
prefix()
A unique standard prefix representing the namespace.
|
String |
simpleName()
The simple term name without any namespace or paths.
|
String |
toString() |
static GbifDnaTerm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GbifDnaTerm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
prefixedName, qualifiedName
public static final GbifDnaTerm dna_sequence
public static final GbifDnaTerm pcr_primer_forward
public static final GbifDnaTerm pcr_primer_name_forward
public static final GbifDnaTerm pcr_primer_name_reverse
public static final GbifDnaTerm pcr_primer_reference
public static final GbifDnaTerm pcr_primer_reverse
public final String[] alternatives
public static GbifDnaTerm[] values()
for (GbifDnaTerm c : GbifDnaTerm.values()) System.out.println(c);
public static GbifDnaTerm 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 toString()
toString
in class Enum<GbifDnaTerm>
public String simpleName()
Term
simpleName
in interface Term
public String[] alternativeNames()
alternativeNames
in interface AlternativeNames
public boolean isClass()
Term
public String prefix()
Term
Copyright © 2024 Global Biodiversity Information Facility. All rights reserved.