org.tridas.io.formats.vformat
Enum VFormatToTridasDefaults.ParamMeasured

java.lang.Object
  extended by java.lang.Enum<VFormatToTridasDefaults.ParamMeasured>
      extended by 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>


Enum Constant Summary
EARLYWOOD_WIDTH
           
MAX_DENSITY
           
MEAN_DENSITY
           
MIN_DENSITY
           
RING_WIDTH
           
 
Method Summary
static VFormatToTridasDefaults.ParamMeasured valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VFormatToTridasDefaults.ParamMeasured[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.