public enum CODEC_FORMAT extends Enum<CODEC_FORMAT> implements jnr.ffi.util.EnumMapper.IntegerEnum
| Enum Constant and Description |
|---|
OPJ_CODEC_J2K |
OPJ_CODEC_JP2 |
OPJ_CODEC_JPP |
OPJ_CODEC_JPT |
OPJ_CODEC_JPX |
OPJ_CODEC_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
int |
intValue() |
static CODEC_FORMAT |
valueOf(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(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 int intValue()
intValue in interface jnr.ffi.util.EnumMapper.IntegerEnumCopyright © 2018. All rights reserved.