public static enum FileTypeBox.JPEG2000FileType extends Enum<FileTypeBox.JPEG2000FileType>
Enum Constant and Description |
---|
JP2 |
JPX |
JPXB |
UNSPECIFIED |
Modifier and Type | Method and Description |
---|---|
int |
toInt() |
static FileTypeBox.JPEG2000FileType |
valueOf(int compatibility) |
static FileTypeBox.JPEG2000FileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileTypeBox.JPEG2000FileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileTypeBox.JPEG2000FileType JP2
public static final FileTypeBox.JPEG2000FileType JPX
public static final FileTypeBox.JPEG2000FileType JPXB
public static final FileTypeBox.JPEG2000FileType UNSPECIFIED
public static FileTypeBox.JPEG2000FileType[] values()
for (FileTypeBox.JPEG2000FileType c : FileTypeBox.JPEG2000FileType.values()) System.out.println(c);
public static FileTypeBox.JPEG2000FileType 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 static FileTypeBox.JPEG2000FileType valueOf(int compatibility)
public int toInt()
Copyright © 2006–2015 GeoSolutions. All rights reserved.