public static enum TiffFieldEnum.PlanarConfiguration extends java.lang.Enum<TiffFieldEnum.PlanarConfiguration>
Enum Constant and Description |
---|
CONTIGUOUS |
SEPARATE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static TiffFieldEnum.PlanarConfiguration |
fromValue(int value) |
java.lang.String |
getDescription() |
int |
getValue() |
java.lang.String |
toString() |
static TiffFieldEnum.PlanarConfiguration |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TiffFieldEnum.PlanarConfiguration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TiffFieldEnum.PlanarConfiguration CONTIGUOUS
public static final TiffFieldEnum.PlanarConfiguration SEPARATE
public static final TiffFieldEnum.PlanarConfiguration UNKNOWN
public static TiffFieldEnum.PlanarConfiguration[] values()
for (TiffFieldEnum.PlanarConfiguration c : TiffFieldEnum.PlanarConfiguration.values()) System.out.println(c);
public static TiffFieldEnum.PlanarConfiguration 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 nullpublic java.lang.String getDescription()
public int getValue()
public java.lang.String toString()
toString
in class java.lang.Enum<TiffFieldEnum.PlanarConfiguration>
public static TiffFieldEnum.PlanarConfiguration fromValue(int value)