@Deprecated public static enum FileA3D.EntryType extends Enum<FileA3D.EntryType>
| Enum Constant and Description |
|---|
MESH
Deprecated.
|
UNKNOWN
Deprecated.
|
| 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 MESH
public static final FileA3D.EntryType UNKNOWN
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 nullCopyright © 2008-2013. All Rights Reserved.