public enum TJSAMP extends Enum<TJSAMP> implements jnr.ffi.util.EnumMapper.IntegerEnum
| Enum Constant and Description |
|---|
TJSAMP_420 |
TJSAMP_422 |
TJSAMP_440 |
TJSAMP_444 |
TJSAMP_GRAY |
| Modifier and Type | Method and Description |
|---|---|
int |
intValue() |
static TJSAMP |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TJSAMP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TJSAMP TJSAMP_444
public static final TJSAMP TJSAMP_422
public static final TJSAMP TJSAMP_420
public static final TJSAMP TJSAMP_GRAY
public static final TJSAMP TJSAMP_440
public static TJSAMP[] values()
for (TJSAMP c : TJSAMP.values()) System.out.println(c);
public static TJSAMP 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.