org.tridas.io.formats.tucson
Enum TridasToTucsonDefaults.TucsonField

java.lang.Object
  extended by java.lang.Enum<TridasToTucsonDefaults.TucsonField>
      extended by org.tridas.io.formats.tucson.TridasToTucsonDefaults.TucsonField
All Implemented Interfaces:
Serializable, Comparable<TridasToTucsonDefaults.TucsonField>
Enclosing class:
TridasToTucsonDefaults

public static enum TridasToTucsonDefaults.TucsonField
extends Enum<TridasToTucsonDefaults.TucsonField>


Enum Constant Summary
COMP_DATE
           
ELEVATION
           
INVESTIGATOR
           
KEY_CODE
           
LATLONG
           
RANGE
           
SITE_CODE
           
SITE_NAME
           
SPECIES_CODE
           
SPECIES_NAME
           
STATE_COUNTRY
           
 
Method Summary
static TridasToTucsonDefaults.TucsonField valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TridasToTucsonDefaults.TucsonField[] 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

SITE_CODE

public static final TridasToTucsonDefaults.TucsonField SITE_CODE

KEY_CODE

public static final TridasToTucsonDefaults.TucsonField KEY_CODE

SITE_NAME

public static final TridasToTucsonDefaults.TucsonField SITE_NAME

SPECIES_CODE

public static final TridasToTucsonDefaults.TucsonField SPECIES_CODE

SPECIES_NAME

public static final TridasToTucsonDefaults.TucsonField SPECIES_NAME

INVESTIGATOR

public static final TridasToTucsonDefaults.TucsonField INVESTIGATOR

ELEVATION

public static final TridasToTucsonDefaults.TucsonField ELEVATION

LATLONG

public static final TridasToTucsonDefaults.TucsonField LATLONG

STATE_COUNTRY

public static final TridasToTucsonDefaults.TucsonField STATE_COUNTRY

COMP_DATE

public static final TridasToTucsonDefaults.TucsonField COMP_DATE

RANGE

public static final TridasToTucsonDefaults.TucsonField RANGE
Method Detail

values

public static TridasToTucsonDefaults.TucsonField[] 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 (TridasToTucsonDefaults.TucsonField c : TridasToTucsonDefaults.TucsonField.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static TridasToTucsonDefaults.TucsonField 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.