protected static enum CATGrowthSimulationRecordReader.MessageID extends java.lang.Enum<CATGrowthSimulationRecordReader.MessageID> 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 CATGrowthSimulationRecordReader.MessageID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CATGrowthSimulationRecordReader.MessageID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CATGrowthSimulationRecordReader.MessageID DateDescription
public static final CATGrowthSimulationRecordReader.MessageID DateHelp
public static final CATGrowthSimulationRecordReader.MessageID RealizationDescription
public static final CATGrowthSimulationRecordReader.MessageID RealizationHelp
public static final CATGrowthSimulationRecordReader.MessageID PlotDescription
public static final CATGrowthSimulationRecordReader.MessageID PlotHelp
public static final CATGrowthSimulationRecordReader.MessageID PlotAreaDescription
public static final CATGrowthSimulationRecordReader.MessageID PlotAreaHelp
public static final CATGrowthSimulationRecordReader.MessageID TreeSpeciesDescription
public static final CATGrowthSimulationRecordReader.MessageID TreeSpeciesHelp
public static final CATGrowthSimulationRecordReader.MessageID TreeStatusDescription
public static final CATGrowthSimulationRecordReader.MessageID TreeStatusHelp
public static final CATGrowthSimulationRecordReader.MessageID TreeDBHDescription
public static final CATGrowthSimulationRecordReader.MessageID TreeDBHHelp
public static final CATGrowthSimulationRecordReader.MessageID TreeFreqDescription
public static final CATGrowthSimulationRecordReader.MessageID TreeFreqHelp
public static final CATGrowthSimulationRecordReader.MessageID TreeVolumeDescription
public static final CATGrowthSimulationRecordReader.MessageID TreeVolumeHelp
public static final CATGrowthSimulationRecordReader.MessageID InconsistentGrowthSimulation
public static CATGrowthSimulationRecordReader.MessageID[] values()
for (CATGrowthSimulationRecordReader.MessageID c : CATGrowthSimulationRecordReader.MessageID.values()) System.out.println(c);
public static CATGrowthSimulationRecordReader.MessageID 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 void setText(java.lang.String englishText, java.lang.String frenchText)
REpiceaTranslator.TextableEnum
setText
in interface REpiceaTranslator.TextableEnum
englishText
- a StringfrenchText
- a Stringpublic java.lang.String toString()
toString
in class java.lang.Enum<CATGrowthSimulationRecordReader.MessageID>