public static enum REpiceaExportTool.FieldName extends java.lang.Enum<REpiceaExportTool.FieldName> implements REpiceaTranslator.TextableEnum
Modifier and Type | Method and Description |
---|---|
void |
setText(java.lang.String englishText,
java.lang.String frenchText)
This method sets the english and french text for the label, control or title.
|
java.lang.String |
toString() |
static REpiceaExportTool.FieldName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static REpiceaExportTool.FieldName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final REpiceaExportTool.FieldName StratumID
public static final REpiceaExportTool.FieldName Year
public static final REpiceaExportTool.FieldName MonteCarloIteration
public static final REpiceaExportTool.FieldName PlotID
public static final REpiceaExportTool.FieldName PlotAreaHa
public static final REpiceaExportTool.FieldName PlotWeight
public static final REpiceaExportTool.FieldName Residual
public static final REpiceaExportTool.FieldName TreeID
public static final REpiceaExportTool.FieldName Species
public static final REpiceaExportTool.FieldName SpeciesGroup
public static final REpiceaExportTool.FieldName Status
public static final REpiceaExportTool.FieldName Number
public static final REpiceaExportTool.FieldName TreeDBH
public static final REpiceaExportTool.FieldName TreeHeight
public static final REpiceaExportTool.FieldName TreeBasalArea
public static final REpiceaExportTool.FieldName TreeVolume
public static final REpiceaExportTool.FieldName StandDensity
public static final REpiceaExportTool.FieldName StandBasalArea
public static final REpiceaExportTool.FieldName StandMQD
public static final REpiceaExportTool.FieldName StandVolume
public static final REpiceaExportTool.FieldName TotalStandVolume
public static final REpiceaExportTool.FieldName DominantHeight
public static final REpiceaExportTool.FieldName NumberOfPlots
public static final REpiceaExportTool.FieldName paiSurvivor
public static final REpiceaExportTool.FieldName paiMortality
public static final REpiceaExportTool.FieldName paiRecruitment
public static final REpiceaExportTool.FieldName NumberOfDecades
public static final REpiceaExportTool.FieldName SpruceBudworm
public static final REpiceaExportTool.FieldName TreatmentType
public static final REpiceaExportTool.FieldName PesticideSpraying
public static final REpiceaExportTool.FieldName SiteIndex
public static final REpiceaExportTool.FieldName AboveGroundBiomass
public static final REpiceaExportTool.FieldName AverageProduction
public static REpiceaExportTool.FieldName[] values()
for (REpiceaExportTool.FieldName c : REpiceaExportTool.FieldName.values()) System.out.println(c);
public static REpiceaExportTool.FieldName 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 java.lang.String toString()
toString
in class java.lang.Enum<REpiceaExportTool.FieldName>
public void setText(java.lang.String englishText, java.lang.String frenchText)
REpiceaTranslator.TextableEnum
setText
in interface REpiceaTranslator.TextableEnum
englishText
- a StringfrenchText
- a String