protected static enum CATCompartment.PoolCategory extends java.lang.Enum<CATCompartment.PoolCategory>
| Enum Constant and Description |
|---|
Forest |
HarvestedWoodProducts |
Others |
| Modifier and Type | Method and Description |
|---|---|
static CATCompartment.PoolCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CATCompartment.PoolCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CATCompartment.PoolCategory Forest
public static final CATCompartment.PoolCategory HarvestedWoodProducts
public static final CATCompartment.PoolCategory Others
public static CATCompartment.PoolCategory[] values()
for (CATCompartment.PoolCategory c : CATCompartment.PoolCategory.values()) System.out.println(c);
public static CATCompartment.PoolCategory 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 null