public static enum CATExportTool.ExportOption extends java.lang.Enum<CATExportTool.ExportOption> implements REpiceaTranslator.TextableEnum
Enum Constant and Description |
---|
AnnualVolumeNutrientFluxes |
AverageCarbonStocksAndFluxes |
CarbonStockAndFluxEvolution |
DifferenceCarbonStocksAndFluxes |
HeatProduction |
HWPEvolution |
TotalHWPbyCategories |
TotalLogVolumeByCategories |
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 CATExportTool.ExportOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CATExportTool.ExportOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CATExportTool.ExportOption CarbonStockAndFluxEvolution
public static final CATExportTool.ExportOption AverageCarbonStocksAndFluxes
public static final CATExportTool.ExportOption DifferenceCarbonStocksAndFluxes
public static final CATExportTool.ExportOption TotalHWPbyCategories
public static final CATExportTool.ExportOption AnnualVolumeNutrientFluxes
public static final CATExportTool.ExportOption TotalLogVolumeByCategories
public static final CATExportTool.ExportOption HWPEvolution
public static final CATExportTool.ExportOption HeatProduction
public static CATExportTool.ExportOption[] values()
for (CATExportTool.ExportOption c : CATExportTool.ExportOption.values()) System.out.println(c);
public static CATExportTool.ExportOption 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<CATExportTool.ExportOption>