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