protected static enum CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID extends java.lang.Enum<CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID> implements LevelProviderEnum
Enum Constant and Description |
---|
Date |
DBH |
Freq |
PlotArea |
PlotID |
Realization |
Species |
Status |
Volume |
Modifier and Type | Method and Description |
---|---|
CATGrowthSimulationRecordReader.CATGrowthSimulationFieldLevel |
getFieldLevel()
This method returns an Enum that makes it possible to sort the fields according to their level.
|
static CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID Date
public static final CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID Realization
public static final CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID PlotID
public static final CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID PlotArea
public static final CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID Species
public static final CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID Status
public static final CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID DBH
public static final CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID Freq
public static final CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID Volume
public static CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID[] values()
for (CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID c : CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID.values()) System.out.println(c);
public static CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID 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 CATGrowthSimulationRecordReader.CATGrowthSimulationFieldLevel getFieldLevel()
LevelProviderEnum
getFieldLevel
in interface LevelProviderEnum