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