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

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

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


Enum Constant Summary
CORE_UNCLASSIFIABLE
           
HALF_ROUND_IRREGULARLY_TRIMMED
           
HALF_ROUND_TRIMMED
           
HALF_ROUND_UNTRIMMED
           
QUARTERED_IRREGULARLY_TRIMMED
           
QUARTERED_TRIMMED
           
QUARTERED_UNTRIMMED
           
RADIAL_PLANK_IRREGULARLY_TRIMMED
           
RADIAL_PLANK_TRIMMED
           
RADIAL_PLANK_UNTRIMMED
           
TANGENTIAL_PLANK_IRREGULARLY_TRIMMED
           
TANGENTIAL_PLANK_TRIMMED
           
TANGENTIAL_PLANK_UNTRIMMED
           
UNKNOWN
           
WHOLE_ROUND_IRREGULARLY_TRIMMED
           
WHOLE_ROUND_TRIMMED
           
WHOLE_ROUND_UNTRIMMED
           
 
Method Summary
static TridasToSheffieldDefaults.SheffieldShapeCode fromCode(String code)
           
 String toString()
           
static TridasToSheffieldDefaults.SheffieldShapeCode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TridasToSheffieldDefaults.SheffieldShapeCode[] 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

WHOLE_ROUND_UNTRIMMED

public static final TridasToSheffieldDefaults.SheffieldShapeCode WHOLE_ROUND_UNTRIMMED

WHOLE_ROUND_TRIMMED

public static final TridasToSheffieldDefaults.SheffieldShapeCode WHOLE_ROUND_TRIMMED

WHOLE_ROUND_IRREGULARLY_TRIMMED

public static final TridasToSheffieldDefaults.SheffieldShapeCode WHOLE_ROUND_IRREGULARLY_TRIMMED

HALF_ROUND_UNTRIMMED

public static final TridasToSheffieldDefaults.SheffieldShapeCode HALF_ROUND_UNTRIMMED

HALF_ROUND_TRIMMED

public static final TridasToSheffieldDefaults.SheffieldShapeCode HALF_ROUND_TRIMMED

HALF_ROUND_IRREGULARLY_TRIMMED

public static final TridasToSheffieldDefaults.SheffieldShapeCode HALF_ROUND_IRREGULARLY_TRIMMED

QUARTERED_UNTRIMMED

public static final TridasToSheffieldDefaults.SheffieldShapeCode QUARTERED_UNTRIMMED

QUARTERED_TRIMMED

public static final TridasToSheffieldDefaults.SheffieldShapeCode QUARTERED_TRIMMED

QUARTERED_IRREGULARLY_TRIMMED

public static final TridasToSheffieldDefaults.SheffieldShapeCode QUARTERED_IRREGULARLY_TRIMMED

RADIAL_PLANK_UNTRIMMED

public static final TridasToSheffieldDefaults.SheffieldShapeCode RADIAL_PLANK_UNTRIMMED

RADIAL_PLANK_TRIMMED

public static final TridasToSheffieldDefaults.SheffieldShapeCode RADIAL_PLANK_TRIMMED

RADIAL_PLANK_IRREGULARLY_TRIMMED

public static final TridasToSheffieldDefaults.SheffieldShapeCode RADIAL_PLANK_IRREGULARLY_TRIMMED

TANGENTIAL_PLANK_UNTRIMMED

public static final TridasToSheffieldDefaults.SheffieldShapeCode TANGENTIAL_PLANK_UNTRIMMED

TANGENTIAL_PLANK_TRIMMED

public static final TridasToSheffieldDefaults.SheffieldShapeCode TANGENTIAL_PLANK_TRIMMED

TANGENTIAL_PLANK_IRREGULARLY_TRIMMED

public static final TridasToSheffieldDefaults.SheffieldShapeCode TANGENTIAL_PLANK_IRREGULARLY_TRIMMED

UNKNOWN

public static final TridasToSheffieldDefaults.SheffieldShapeCode UNKNOWN

CORE_UNCLASSIFIABLE

public static final TridasToSheffieldDefaults.SheffieldShapeCode CORE_UNCLASSIFIABLE
Method Detail

values

public static TridasToSheffieldDefaults.SheffieldShapeCode[] 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.SheffieldShapeCode c : TridasToSheffieldDefaults.SheffieldShapeCode.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.SheffieldShapeCode 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.SheffieldShapeCode>

fromCode

public static TridasToSheffieldDefaults.SheffieldShapeCode fromCode(String code)


Copyright © 2011. All Rights Reserved.