public enum TiffNewSubFileTypesEnum extends Enum<TiffNewSubFileTypesEnum>
The tiff new sub file type enums.
Enum Constant and Description |
---|
FileTypeDefault
The default filetype.
|
FileTypeLast
The last filetype.
|
FileTypeMask
The mask filetype.
|
FileTypePage
The page filetype.
|
FileTypeReducedImage
The reduced image filetype.
|
Modifier and Type | Method and Description |
---|---|
static TiffNewSubFileTypesEnum |
getByValue(long value) |
long |
getValue() |
static TiffNewSubFileTypesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiffNewSubFileTypesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TiffNewSubFileTypesEnum FileTypeDefault
The default filetype.
public static final TiffNewSubFileTypesEnum FileTypeReducedImage
The reduced image filetype.
public static final TiffNewSubFileTypesEnum FileTypePage
The page filetype.
public static final TiffNewSubFileTypesEnum FileTypeMask
The mask filetype.
public static final TiffNewSubFileTypesEnum FileTypeLast
The last filetype.
public static TiffNewSubFileTypesEnum[] values()
for (TiffNewSubFileTypesEnum c : TiffNewSubFileTypesEnum.values()) System.out.println(c);
public static TiffNewSubFileTypesEnum 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 nullpublic long getValue()
public static TiffNewSubFileTypesEnum getByValue(long value)