public static enum EndUseWoodProductCarbonUnitFeaturePanel.MessageID extends java.lang.Enum<EndUseWoodProductCarbonUnitFeaturePanel.MessageID> implements REpiceaTranslator.TextableEnum
| Enum Constant and Description |
|---|
CombustionProcessName |
RelativeSubstitution |
UseClassCategory |
| 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.
|
static EndUseWoodProductCarbonUnitFeaturePanel.MessageID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EndUseWoodProductCarbonUnitFeaturePanel.MessageID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndUseWoodProductCarbonUnitFeaturePanel.MessageID RelativeSubstitution
public static final EndUseWoodProductCarbonUnitFeaturePanel.MessageID UseClassCategory
public static final EndUseWoodProductCarbonUnitFeaturePanel.MessageID CombustionProcessName
public static EndUseWoodProductCarbonUnitFeaturePanel.MessageID[] values()
for (EndUseWoodProductCarbonUnitFeaturePanel.MessageID c : EndUseWoodProductCarbonUnitFeaturePanel.MessageID.values()) System.out.println(c);
public static EndUseWoodProductCarbonUnitFeaturePanel.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.TextableEnumsetText in interface REpiceaTranslator.TextableEnumenglishText - a StringfrenchText - a String