public static enum GeneralWrapTest.GeometryType extends java.lang.Enum<GeneralWrapTest.GeometryType>
Enum Constant and Description |
---|
CYLINDER |
DUMBBELL |
ELLIPSOID |
FEMUR |
HIP |
HUMERUS |
PHALANX |
SPHERE |
TALUS |
TORUS |
Modifier and Type | Method and Description |
---|---|
static GeneralWrapTest.GeometryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeneralWrapTest.GeometryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneralWrapTest.GeometryType CYLINDER
public static final GeneralWrapTest.GeometryType SPHERE
public static final GeneralWrapTest.GeometryType ELLIPSOID
public static final GeneralWrapTest.GeometryType DUMBBELL
public static final GeneralWrapTest.GeometryType TORUS
public static final GeneralWrapTest.GeometryType TALUS
public static final GeneralWrapTest.GeometryType PHALANX
public static final GeneralWrapTest.GeometryType HIP
public static final GeneralWrapTest.GeometryType HUMERUS
public static final GeneralWrapTest.GeometryType FEMUR
public static GeneralWrapTest.GeometryType[] values()
for (GeneralWrapTest.GeometryType c : GeneralWrapTest.GeometryType.values()) System.out.println(c);
public static GeneralWrapTest.GeometryType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null