|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SpatialDescriptor.E_BoundingVolume>
com.acarter.scenemonitor.textdescriptor.definitions.SpatialDescriptor.E_BoundingVolume
protected static enum SpatialDescriptor.E_BoundingVolume
Enumerates the permissible bounding volume types.
Enum Constant Summary | |
---|---|
BOX
|
|
CAPSULE
|
|
NONE
|
|
ORIENTEDBOX
|
|
SPHERE
|
Method Summary | |
---|---|
static SpatialDescriptor.E_BoundingVolume |
getConstant(java.lang.String name)
Returns the enum constant matching the name string. |
java.lang.String |
getType()
Returns the integer value of the constant. |
java.lang.String |
toString()
Returns the string value of the constant. |
static SpatialDescriptor.E_BoundingVolume |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SpatialDescriptor.E_BoundingVolume[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SpatialDescriptor.E_BoundingVolume NONE
public static final SpatialDescriptor.E_BoundingVolume BOX
public static final SpatialDescriptor.E_BoundingVolume CAPSULE
public static final SpatialDescriptor.E_BoundingVolume SPHERE
public static final SpatialDescriptor.E_BoundingVolume ORIENTEDBOX
Method Detail |
---|
public static final SpatialDescriptor.E_BoundingVolume[] values()
for(SpatialDescriptor.E_BoundingVolume c : SpatialDescriptor.E_BoundingVolume.values()) System.out.println(c);
public static SpatialDescriptor.E_BoundingVolume 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 namepublic static SpatialDescriptor.E_BoundingVolume getConstant(java.lang.String name)
name
- string value of enum constant
public java.lang.String toString()
toString
in class java.lang.Enum<SpatialDescriptor.E_BoundingVolume>
public java.lang.String getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |