org.tridas.io.formats.sheffield
Enum TridasToSheffieldDefaults.SheffieldEdgeCode
java.lang.Object
java.lang.Enum<TridasToSheffieldDefaults.SheffieldEdgeCode>
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>
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
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.