public static enum FrenchHDRelationshipTree.FrenchHdSpecies extends java.lang.Enum<FrenchHDRelationshipTree.FrenchHdSpecies> implements SpeciesTypeProvider
SpeciesTypeProvider.SpeciesType
Modifier and Type | Field and Description |
---|---|
java.lang.String |
latinName |
static java.util.List<FrenchHDRelationshipTree.FrenchHdSpecies> |
SpeciesIn2014 |
Modifier and Type | Method and Description |
---|---|
static FrenchHDRelationshipTree.FrenchHdSpecies |
getFrenchHdSpeciesFromThisString(java.lang.String speciesName) |
int |
getIndex() |
int |
getIndexIn2014() |
static java.util.List<FrenchHDRelationshipTree.FrenchHdSpecies> |
getSpeciesIn2014() |
SpeciesTypeProvider.SpeciesType |
getSpeciesType()
This method returns the species type of the tree.
|
static FrenchHDRelationshipTree.FrenchHdSpecies |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FrenchHDRelationshipTree.FrenchHdSpecies[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrenchHDRelationshipTree.FrenchHdSpecies ALISIER_BLANC
public static final FrenchHDRelationshipTree.FrenchHdSpecies ALISIER_TORMINAL
public static final FrenchHDRelationshipTree.FrenchHdSpecies ARBOUSIER
public static final FrenchHDRelationshipTree.FrenchHdSpecies AUBEPINE_MONOGYNE
public static final FrenchHDRelationshipTree.FrenchHdSpecies AULNE_GLUTINEUX
public static final FrenchHDRelationshipTree.FrenchHdSpecies BOULEAU_VERRUQUEUX
public static final FrenchHDRelationshipTree.FrenchHdSpecies CHARME
public static final FrenchHDRelationshipTree.FrenchHdSpecies CHATAIGNIER
public static final FrenchHDRelationshipTree.FrenchHdSpecies CHENE_LIEGE
public static final FrenchHDRelationshipTree.FrenchHdSpecies CHENE_PEDONCULE
public static final FrenchHDRelationshipTree.FrenchHdSpecies CHENE_PUBESCENT
public static final FrenchHDRelationshipTree.FrenchHdSpecies CHENE_ROUGE
public static final FrenchHDRelationshipTree.FrenchHdSpecies CHENE_SESSILE
public static final FrenchHDRelationshipTree.FrenchHdSpecies CHENE_TAUZIN
public static final FrenchHDRelationshipTree.FrenchHdSpecies CHENE_VERT
public static final FrenchHDRelationshipTree.FrenchHdSpecies DOUGLAS
public static final FrenchHDRelationshipTree.FrenchHdSpecies EPICEA_COMMUN
public static final FrenchHDRelationshipTree.FrenchHdSpecies EPICEA_DE_SITKA
public static final FrenchHDRelationshipTree.FrenchHdSpecies ERABLE_A_FEUILLES_D_OBIER
public static final FrenchHDRelationshipTree.FrenchHdSpecies ERABLE_CHAMPETRE
public static final FrenchHDRelationshipTree.FrenchHdSpecies ERABLE_DE_MONTPELLIER
public static final FrenchHDRelationshipTree.FrenchHdSpecies ERABLE_SYCOMORE
public static final FrenchHDRelationshipTree.FrenchHdSpecies FRENE_COMMUN
public static final FrenchHDRelationshipTree.FrenchHdSpecies HETRE
public static final FrenchHDRelationshipTree.FrenchHdSpecies HOUX
public static final FrenchHDRelationshipTree.FrenchHdSpecies MELEZE_D_EUROPE
public static final FrenchHDRelationshipTree.FrenchHdSpecies MERISIER
public static final FrenchHDRelationshipTree.FrenchHdSpecies NOISETIER_COUDRIER
public static final FrenchHDRelationshipTree.FrenchHdSpecies ORME_CHAMPETRE
public static final FrenchHDRelationshipTree.FrenchHdSpecies PEUPLIER_CULTIVE
public static final FrenchHDRelationshipTree.FrenchHdSpecies PIN_A_CROCHETS
public static final FrenchHDRelationshipTree.FrenchHdSpecies PIN_D_ALEP
public static final FrenchHDRelationshipTree.FrenchHdSpecies PIN_LARICIO_DE_CORSE
public static final FrenchHDRelationshipTree.FrenchHdSpecies PIN_MARITIME
public static final FrenchHDRelationshipTree.FrenchHdSpecies PIN_NOIR_D_AUTRICHE
public static final FrenchHDRelationshipTree.FrenchHdSpecies PIN_SYLVESTRE
public static final FrenchHDRelationshipTree.FrenchHdSpecies ROBINIER_FAUX_ACACIA
public static final FrenchHDRelationshipTree.FrenchHdSpecies SAPIN_PECTINE
public static final FrenchHDRelationshipTree.FrenchHdSpecies SAULE_CENDRE
public static final FrenchHDRelationshipTree.FrenchHdSpecies SAULE_MARSAULT
public static final FrenchHDRelationshipTree.FrenchHdSpecies SORBIER_DES_OISELEURS
public static final FrenchHDRelationshipTree.FrenchHdSpecies TILLEUL_A_GRANDES_FEUILLES
public static final FrenchHDRelationshipTree.FrenchHdSpecies TILLEUL_A_PETITES_FEUILLES
public static final FrenchHDRelationshipTree.FrenchHdSpecies TREMBLE
public static java.util.List<FrenchHDRelationshipTree.FrenchHdSpecies> SpeciesIn2014
public final java.lang.String latinName
public static FrenchHDRelationshipTree.FrenchHdSpecies[] values()
for (FrenchHDRelationshipTree.FrenchHdSpecies c : FrenchHDRelationshipTree.FrenchHdSpecies.values()) System.out.println(c);
public static FrenchHDRelationshipTree.FrenchHdSpecies valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getIndex()
public int getIndexIn2014()
public SpeciesTypeProvider.SpeciesType getSpeciesType()
SpeciesTypeProvider
getSpeciesType
in interface SpeciesTypeProvider
public static java.util.List<FrenchHDRelationshipTree.FrenchHdSpecies> getSpeciesIn2014()
public static FrenchHDRelationshipTree.FrenchHdSpecies getFrenchHdSpeciesFromThisString(java.lang.String speciesName)