org.tridas.io.formats.sheffield
Enum TridasToSheffieldDefaults.SheffieldEdgeCode

java.lang.Object
  extended by java.lang.Enum<TridasToSheffieldDefaults.SheffieldEdgeCode>
      extended by org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldEdgeCode
All Implemented Interfaces:
Serializable, Comparable<TridasToSheffieldDefaults.SheffieldEdgeCode>
Enclosing class:
TridasToSheffieldDefaults

public static enum TridasToSheffieldDefaults.SheffieldEdgeCode
extends Enum<TridasToSheffieldDefaults.SheffieldEdgeCode>


Enum Constant Summary
BARK
           
CHARRED
           
HS_BOUNDARY
           
NO_SPECFIC_EDGE
           
POSS_BARK
           
POSS_HS_BOUNDARY
           
POSSIBLY_CHARRED
           
SAP_BARK_UNKNOWN
           
SUMMER
           
WINTER
           
 
Method Summary
static TridasToSheffieldDefaults.SheffieldEdgeCode fromCode(String code)
           
 String toString()
           
static TridasToSheffieldDefaults.SheffieldEdgeCode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TridasToSheffieldDefaults.SheffieldEdgeCode[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

BARK

public static final TridasToSheffieldDefaults.SheffieldEdgeCode BARK

POSS_BARK

public static final TridasToSheffieldDefaults.SheffieldEdgeCode POSS_BARK

WINTER

public static final TridasToSheffieldDefaults.SheffieldEdgeCode WINTER

SUMMER

public static final TridasToSheffieldDefaults.SheffieldEdgeCode SUMMER

HS_BOUNDARY

public static final TridasToSheffieldDefaults.SheffieldEdgeCode HS_BOUNDARY

POSS_HS_BOUNDARY

public static final TridasToSheffieldDefaults.SheffieldEdgeCode POSS_HS_BOUNDARY

NO_SPECFIC_EDGE

public static final TridasToSheffieldDefaults.SheffieldEdgeCode NO_SPECFIC_EDGE

SAP_BARK_UNKNOWN

public static final TridasToSheffieldDefaults.SheffieldEdgeCode SAP_BARK_UNKNOWN

CHARRED

public static final TridasToSheffieldDefaults.SheffieldEdgeCode CHARRED

POSSIBLY_CHARRED

public static final TridasToSheffieldDefaults.SheffieldEdgeCode POSSIBLY_CHARRED
Method Detail

values

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

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

valueOf

public static TridasToSheffieldDefaults.SheffieldEdgeCode 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

toString

public final String toString()
Overrides:
toString in class Enum<TridasToSheffieldDefaults.SheffieldEdgeCode>

fromCode

public static TridasToSheffieldDefaults.SheffieldEdgeCode fromCode(String code)


Copyright © 2011. All Rights Reserved.