public static enum BlenderContext.LoadedDataType extends java.lang.Enum<BlenderContext.LoadedDataType>
Enum Constant and Description |
---|
FEATURE |
STRUCTURE |
TEMPORAL_MESH |
Modifier and Type | Method and Description |
---|---|
static BlenderContext.LoadedDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlenderContext.LoadedDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlenderContext.LoadedDataType STRUCTURE
public static final BlenderContext.LoadedDataType FEATURE
public static final BlenderContext.LoadedDataType TEMPORAL_MESH
public static BlenderContext.LoadedDataType[] values()
for (BlenderContext.LoadedDataType c : BlenderContext.LoadedDataType.values()) System.out.println(c);
public static BlenderContext.LoadedDataType 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