java.io.Serializable, java.lang.Comparable<CODEC_FORMAT>, jnr.ffi.util.EnumMapper.IntegerEnumpublic enum CODEC_FORMAT extends java.lang.Enum<CODEC_FORMAT> implements jnr.ffi.util.EnumMapper.IntegerEnum
| Enum Constant | Description |
|---|---|
OPJ_CODEC_J2K |
|
OPJ_CODEC_JP2 |
|
OPJ_CODEC_JPP |
|
OPJ_CODEC_JPT |
|
OPJ_CODEC_JPX |
|
OPJ_CODEC_UNKNOWN |
| Modifier and Type | Method | Description |
|---|---|---|
int |
intValue() |
|
static CODEC_FORMAT |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CODEC_FORMAT[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CODEC_FORMAT OPJ_CODEC_UNKNOWN
public static final CODEC_FORMAT OPJ_CODEC_J2K
public static final CODEC_FORMAT OPJ_CODEC_JPT
public static final CODEC_FORMAT OPJ_CODEC_JP2
public static final CODEC_FORMAT OPJ_CODEC_JPP
public static final CODEC_FORMAT OPJ_CODEC_JPX
public static CODEC_FORMAT[] values()
for (CODEC_FORMAT c : CODEC_FORMAT.values()) System.out.println(c);
public static CODEC_FORMAT 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 int intValue()
intValue in interface jnr.ffi.util.EnumMapper.IntegerEnumCopyright © 2018. All rights reserved.