| Enum Constant | Description |
|---|---|
TJSAMP_420 |
|
TJSAMP_422 |
|
TJSAMP_440 |
|
TJSAMP_444 |
|
TJSAMP_GRAY |
| Modifier and Type | Method | Description |
|---|---|---|
int |
intValue() |
|
static TJSAMP |
valueOf(java.lang.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(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.