public static enum IIO.FileType extends java.lang.Enum<IIO.FileType>
Modifier and Type | Method and Description |
---|---|
static IIO.FileType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IIO.FileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IIO.FileType RHINO
public static final IIO.FileType OBJ
public static final IIO.FileType _3DXML
public static final IIO.FileType AI
public static final IIO.FileType SHP
public static final IIO.FileType OTHER
public static IIO.FileType[] values()
for (IIO.FileType c : IIO.FileType.values()) System.out.println(c);
public static IIO.FileType 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