public static enum CATUtility.ProductionManagerName extends java.lang.Enum<CATUtility.ProductionManagerName> implements REpiceaTranslator.TextableEnum
Enum Constant and Description |
---|
customized |
hardwood_recycling |
hardwood_simple |
ipcc2014 |
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 CATUtility.ProductionManagerName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CATUtility.ProductionManagerName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CATUtility.ProductionManagerName hardwood_simple
public static final CATUtility.ProductionManagerName hardwood_recycling
public static final CATUtility.ProductionManagerName ipcc2014
public static final CATUtility.ProductionManagerName customized
public static CATUtility.ProductionManagerName[] values()
for (CATUtility.ProductionManagerName c : CATUtility.ProductionManagerName.values()) System.out.println(c);
public static CATUtility.ProductionManagerName 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<CATUtility.ProductionManagerName>