public static enum FileA3D.EntryType extends Enum<FileA3D.EntryType>
Enum Constant and Description |
---|
MESH
Deprecated.
in API 16
Renderscript Mesh object
|
UNKNOWN
Deprecated.
in API 16
Unknown or or invalid object, nothing will be loaded
|
Modifier and Type | Method and Description |
---|---|
static FileA3D.EntryType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FileA3D.EntryType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileA3D.EntryType UNKNOWN
public static final FileA3D.EntryType MESH
public static FileA3D.EntryType[] values()
for (FileA3D.EntryType c : FileA3D.EntryType.values()) System.out.println(c);
public static FileA3D.EntryType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is null