org.tridas.io.formats.vformat
Enum VFormatToTridasDefaults.ParamMeasured
java.lang.Object
java.lang.Enum<VFormatToTridasDefaults.ParamMeasured>
org.tridas.io.formats.vformat.VFormatToTridasDefaults.ParamMeasured
- All Implemented Interfaces:
- Serializable, Comparable<VFormatToTridasDefaults.ParamMeasured>
- Enclosing class:
- VFormatToTridasDefaults
public static enum VFormatToTridasDefaults.ParamMeasured
- extends Enum<VFormatToTridasDefaults.ParamMeasured>
MEAN_DENSITY
public static final VFormatToTridasDefaults.ParamMeasured MEAN_DENSITY
EARLYWOOD_WIDTH
public static final VFormatToTridasDefaults.ParamMeasured EARLYWOOD_WIDTH
MAX_DENSITY
public static final VFormatToTridasDefaults.ParamMeasured MAX_DENSITY
RING_WIDTH
public static final VFormatToTridasDefaults.ParamMeasured RING_WIDTH
MIN_DENSITY
public static final VFormatToTridasDefaults.ParamMeasured MIN_DENSITY
values
public static VFormatToTridasDefaults.ParamMeasured[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (VFormatToTridasDefaults.ParamMeasured c : VFormatToTridasDefaults.ParamMeasured.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static VFormatToTridasDefaults.ParamMeasured valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2011. All Rights Reserved.