public static enum REpiceaClimateVariableMap.ClimateVariable extends java.lang.Enum<REpiceaClimateVariableMap.ClimateVariable> implements REpiceaTranslator.TextableEnum
Enum Constant and Description |
---|
MeanAnnualPrecMm
Mean annual precipitation (mm)
|
MeanAnnualTempC
Mean annual temperature (C)
|
MeanGrowingSeasonPrecMm
Mean precipitation of the growing season (mm)
|
MeanGrowingSeasonTempC
Mean temperature of the growing season (C)
|
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 REpiceaClimateVariableMap.ClimateVariable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static REpiceaClimateVariableMap.ClimateVariable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final REpiceaClimateVariableMap.ClimateVariable MeanAnnualTempC
public static final REpiceaClimateVariableMap.ClimateVariable MeanAnnualPrecMm
public static final REpiceaClimateVariableMap.ClimateVariable MeanGrowingSeasonTempC
public static final REpiceaClimateVariableMap.ClimateVariable MeanGrowingSeasonPrecMm
public static REpiceaClimateVariableMap.ClimateVariable[] values()
for (REpiceaClimateVariableMap.ClimateVariable c : REpiceaClimateVariableMap.ClimateVariable.values()) System.out.println(c);
public static REpiceaClimateVariableMap.ClimateVariable 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<REpiceaClimateVariableMap.ClimateVariable>