com.jme3.scene.plugins.blender
Enum BlenderContext.LoadedFeatureDataType
java.lang.Object
java.lang.Enum<BlenderContext.LoadedFeatureDataType>
com.jme3.scene.plugins.blender.BlenderContext.LoadedFeatureDataType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<BlenderContext.LoadedFeatureDataType>
- Enclosing class:
- BlenderContext
public static enum BlenderContext.LoadedFeatureDataType
- extends java.lang.Enum<BlenderContext.LoadedFeatureDataType>
This enum defines what loaded data type user wants to retreive. It can be
either filled structure or already converted data.
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 |
LOADED_STRUCTURE
public static final BlenderContext.LoadedFeatureDataType LOADED_STRUCTURE
LOADED_FEATURE
public static final BlenderContext.LoadedFeatureDataType LOADED_FEATURE
values
public static BlenderContext.LoadedFeatureDataType[] 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 (BlenderContext.LoadedFeatureDataType c : BlenderContext.LoadedFeatureDataType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static BlenderContext.LoadedFeatureDataType valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getIndex
public int getIndex()