public enum PROG_ORDER extends Enum<PROG_ORDER> implements jnr.ffi.util.EnumMapper.IntegerEnum
| Enum Constant and Description |
|---|
OPJ_CPRL |
OPJ_LRCP |
OPJ_PCRL |
OPJ_PROG_UNKNOWN |
OPJ_RLCP |
OPJ_RPCL |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
int |
intValue() |
static PROG_ORDER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PROG_ORDER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PROG_ORDER OPJ_PROG_UNKNOWN
public static final PROG_ORDER OPJ_LRCP
public static final PROG_ORDER OPJ_RLCP
public static final PROG_ORDER OPJ_RPCL
public static final PROG_ORDER OPJ_PCRL
public static final PROG_ORDER OPJ_CPRL
public static PROG_ORDER[] values()
for (PROG_ORDER c : PROG_ORDER.values()) System.out.println(c);
public static PROG_ORDER 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 © 2019. All rights reserved.