org.tridas.schema
Enum NormalTridasShape

java.lang.Object
  extended by java.lang.Enum<NormalTridasShape>
      extended by org.tridas.schema.NormalTridasShape
All Implemented Interfaces:
Serializable, Comparable<NormalTridasShape>

public enum NormalTridasShape
extends Enum<NormalTridasShape>

Java class for normalTridasShape.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="normalTridasShape">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="whole section"/>
     <enumeration value="half section"/>
     <enumeration value="third section"/>
     <enumeration value="quarter section"/>
     <enumeration value="wedge where radius is smaller than circumference"/>
     <enumeration value="wedge where radius equals the circumference"/>
     <enumeration value="wedge where radius is bigger than the circumference"/>
     <enumeration value="beam straightened on one side"/>
     <enumeration value="squared beam from whole section"/>
     <enumeration value="squared beam from half section"/>
     <enumeration value="squared beam from quarter section"/>
     <enumeration value="plank cut on one side"/>
     <enumeration value="radial plank through pith"/>
     <enumeration value="radial plank up to pith"/>
     <enumeration value="tangential plank not including pith with breadth larger than a quarter section"/>
     <enumeration value="plank not including pith with breadth smaller than a quarter section"/>
     <enumeration value="small part of section"/>
     <enumeration value="part of undetermined section"/>
     <enumeration value="unknown"/>
     <enumeration value="other"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
BEAM___STRAIGHTENED___ON___ONE___SIDE
           
HALF___SECTION
           
OTHER
           
PART___OF___UNDETERMINED___SECTION
           
PLANK___CUT___ON___ONE___SIDE
           
PLANK___NOT___INCLUDING___PITH___WITH___BREADTH___SMALLER___THAN___A___QUARTER___SECTION
           
QUARTER___SECTION
           
RADIAL___PLANK___THROUGH___PITH
           
RADIAL___PLANK___UP___TO___PITH
           
SMALL___PART___OF___SECTION
           
SQUARED___BEAM___FROM___HALF___SECTION
           
SQUARED___BEAM___FROM___QUARTER___SECTION
           
SQUARED___BEAM___FROM___WHOLE___SECTION
           
TANGENTIAL___PLANK___NOT___INCLUDING___PITH___WITH___BREADTH___LARGER___THAN___A___QUARTER___SECTION
           
THIRD___SECTION
           
UNKNOWN
           
WEDGE___WHERE___RADIUS___EQUALS___THE___CIRCUMFERENCE
           
WEDGE___WHERE___RADIUS___IS___BIGGER___THAN___THE___CIRCUMFERENCE
           
WEDGE___WHERE___RADIUS___IS___SMALLER___THAN___CIRCUMFERENCE
           
WHOLE___SECTION
           
 
Method Summary
static NormalTridasShape fromValue(String v)
           
 String value()
           
static NormalTridasShape valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NormalTridasShape[] 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

WHOLE___SECTION

public static final NormalTridasShape WHOLE___SECTION

HALF___SECTION

public static final NormalTridasShape HALF___SECTION

THIRD___SECTION

public static final NormalTridasShape THIRD___SECTION

QUARTER___SECTION

public static final NormalTridasShape QUARTER___SECTION

WEDGE___WHERE___RADIUS___IS___SMALLER___THAN___CIRCUMFERENCE

public static final NormalTridasShape WEDGE___WHERE___RADIUS___IS___SMALLER___THAN___CIRCUMFERENCE

WEDGE___WHERE___RADIUS___EQUALS___THE___CIRCUMFERENCE

public static final NormalTridasShape WEDGE___WHERE___RADIUS___EQUALS___THE___CIRCUMFERENCE

WEDGE___WHERE___RADIUS___IS___BIGGER___THAN___THE___CIRCUMFERENCE

public static final NormalTridasShape WEDGE___WHERE___RADIUS___IS___BIGGER___THAN___THE___CIRCUMFERENCE

BEAM___STRAIGHTENED___ON___ONE___SIDE

public static final NormalTridasShape BEAM___STRAIGHTENED___ON___ONE___SIDE

SQUARED___BEAM___FROM___WHOLE___SECTION

public static final NormalTridasShape SQUARED___BEAM___FROM___WHOLE___SECTION

SQUARED___BEAM___FROM___HALF___SECTION

public static final NormalTridasShape SQUARED___BEAM___FROM___HALF___SECTION

SQUARED___BEAM___FROM___QUARTER___SECTION

public static final NormalTridasShape SQUARED___BEAM___FROM___QUARTER___SECTION

PLANK___CUT___ON___ONE___SIDE

public static final NormalTridasShape PLANK___CUT___ON___ONE___SIDE

RADIAL___PLANK___THROUGH___PITH

public static final NormalTridasShape RADIAL___PLANK___THROUGH___PITH

RADIAL___PLANK___UP___TO___PITH

public static final NormalTridasShape RADIAL___PLANK___UP___TO___PITH

TANGENTIAL___PLANK___NOT___INCLUDING___PITH___WITH___BREADTH___LARGER___THAN___A___QUARTER___SECTION

public static final NormalTridasShape TANGENTIAL___PLANK___NOT___INCLUDING___PITH___WITH___BREADTH___LARGER___THAN___A___QUARTER___SECTION

PLANK___NOT___INCLUDING___PITH___WITH___BREADTH___SMALLER___THAN___A___QUARTER___SECTION

public static final NormalTridasShape PLANK___NOT___INCLUDING___PITH___WITH___BREADTH___SMALLER___THAN___A___QUARTER___SECTION

SMALL___PART___OF___SECTION

public static final NormalTridasShape SMALL___PART___OF___SECTION

PART___OF___UNDETERMINED___SECTION

public static final NormalTridasShape PART___OF___UNDETERMINED___SECTION

UNKNOWN

public static final NormalTridasShape UNKNOWN

OTHER

public static final NormalTridasShape OTHER
Method Detail

values

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

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

valueOf

public static NormalTridasShape 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

value

public String value()

fromValue

public static NormalTridasShape fromValue(String v)


Copyright © 2011 TRiDaS. All Rights Reserved.