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