public static enum CarbonUnit.Element extends java.lang.Enum<CarbonUnit.Element>
Enum Constant and Description |
---|
Biomass |
C
Carbon
|
EmissionsCO2Eq
Emissions CO2 eq.
|
K
Potassium
|
N
Nitrogen
|
P
Phosphorus
|
S
Sulfur
|
Volume |
Modifier and Type | Method and Description |
---|---|
static java.util.List<CarbonUnit.Element> |
getNutrients() |
static CarbonUnit.Element |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CarbonUnit.Element[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CarbonUnit.Element Volume
public static final CarbonUnit.Element Biomass
public static final CarbonUnit.Element C
public static final CarbonUnit.Element N
public static final CarbonUnit.Element S
public static final CarbonUnit.Element P
public static final CarbonUnit.Element K
public static final CarbonUnit.Element EmissionsCO2Eq
public static CarbonUnit.Element[] values()
for (CarbonUnit.Element c : CarbonUnit.Element.values()) System.out.println(c);
public static CarbonUnit.Element 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 static java.util.List<CarbonUnit.Element> getNutrients()