public static enum WoodPiece.Property extends java.lang.Enum<WoodPiece.Property>
Enum Constant and Description |
---|
barkVolume_m3 |
juvenileWoodVolume_m3 |
medianDiameter_cm |
totalMass_kg |
totalVolume_m3
Deprecated.
|
woodCarbonMass_kg |
woodMass_kg |
woodVolume_m3 |
Modifier and Type | Method and Description |
---|---|
static WoodPiece.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WoodPiece.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final WoodPiece.Property totalVolume_m3
public static final WoodPiece.Property woodVolume_m3
public static final WoodPiece.Property barkVolume_m3
public static final WoodPiece.Property juvenileWoodVolume_m3
public static final WoodPiece.Property totalMass_kg
public static final WoodPiece.Property woodMass_kg
public static final WoodPiece.Property woodCarbonMass_kg
public static final WoodPiece.Property medianDiameter_cm
public static WoodPiece.Property[] values()
for (WoodPiece.Property c : WoodPiece.Property.values()) System.out.println(c);
public static WoodPiece.Property 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