public enum SpeciesFieldType extends Enum<SpeciesFieldType>
| Enum Constant and Description |
|---|
C_PERM
Species num code (1, 2, 3...).
|
C_Valide
Species alpha code (BONA, BONAOST...)
|
L_Valide
Species latin name.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
reftaxField |
| Modifier and Type | Method and Description |
|---|---|
String |
getReftaxField() |
static SpeciesFieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpeciesFieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpeciesFieldType C_Valide
public static final SpeciesFieldType C_PERM
public static final SpeciesFieldType L_Valide
protected String reftaxField
public static SpeciesFieldType[] values()
for (SpeciesFieldType c : SpeciesFieldType.values()) System.out.println(c);
public static SpeciesFieldType 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 getReftaxField()
Copyright © 2010–2015 Ifremer. All rights reserved.