|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<NormalTridasShape>
org.tridas.schema.NormalTridasShape
public 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>
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 |
---|
public static final NormalTridasShape WHOLE___SECTION
public static final NormalTridasShape HALF___SECTION
public static final NormalTridasShape THIRD___SECTION
public static final NormalTridasShape QUARTER___SECTION
public static final NormalTridasShape WEDGE___WHERE___RADIUS___IS___SMALLER___THAN___CIRCUMFERENCE
public static final NormalTridasShape WEDGE___WHERE___RADIUS___EQUALS___THE___CIRCUMFERENCE
public static final NormalTridasShape WEDGE___WHERE___RADIUS___IS___BIGGER___THAN___THE___CIRCUMFERENCE
public static final NormalTridasShape BEAM___STRAIGHTENED___ON___ONE___SIDE
public static final NormalTridasShape SQUARED___BEAM___FROM___WHOLE___SECTION
public static final NormalTridasShape SQUARED___BEAM___FROM___HALF___SECTION
public static final NormalTridasShape SQUARED___BEAM___FROM___QUARTER___SECTION
public static final NormalTridasShape PLANK___CUT___ON___ONE___SIDE
public static final NormalTridasShape RADIAL___PLANK___THROUGH___PITH
public static final NormalTridasShape RADIAL___PLANK___UP___TO___PITH
public static final NormalTridasShape TANGENTIAL___PLANK___NOT___INCLUDING___PITH___WITH___BREADTH___LARGER___THAN___A___QUARTER___SECTION
public static final NormalTridasShape PLANK___NOT___INCLUDING___PITH___WITH___BREADTH___SMALLER___THAN___A___QUARTER___SECTION
public static final NormalTridasShape SMALL___PART___OF___SECTION
public static final NormalTridasShape PART___OF___UNDETERMINED___SECTION
public static final NormalTridasShape UNKNOWN
public static final NormalTridasShape OTHER
Method Detail |
---|
public static NormalTridasShape[] values()
for (NormalTridasShape c : NormalTridasShape.values()) System.out.println(c);
public static NormalTridasShape valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String value()
public static NormalTridasShape fromValue(String v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |