public static enum FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies extends java.lang.Enum<FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies> implements SpeciesTypeProvider
SpeciesTypeProvider.SpeciesType
Enum Constant and Description |
---|
Beech |
Coppice |
DouglasFir |
Fir |
MaritimePine |
Oak |
Poplar |
ScotsPine |
Spruce |
Modifier and Type | Method and Description |
---|---|
SpeciesTypeProvider.SpeciesType |
getSpeciesType()
This method returns the species type of the tree.
|
static FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies Oak
public static final FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies Beech
public static final FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies Fir
public static final FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies Spruce
public static final FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies DouglasFir
public static final FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies ScotsPine
public static final FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies MaritimePine
public static final FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies Poplar
public static final FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies Coppice
public static FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies[] values()
for (FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies c : FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies.values()) System.out.println(c);
public static FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies 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 SpeciesTypeProvider.SpeciesType getSpeciesType()
SpeciesTypeProvider
getSpeciesType
in interface SpeciesTypeProvider