java.io.Serializable, java.lang.Comparable<PROG_ORDER>, jnr.ffi.util.EnumMapper.IntegerEnumpublic enum PROG_ORDER extends java.lang.Enum<PROG_ORDER> implements jnr.ffi.util.EnumMapper.IntegerEnum
| Enum Constant | Description |
|---|---|
OPJ_CPRL |
|
OPJ_LRCP |
|
OPJ_PCRL |
|
OPJ_PROG_UNKNOWN |
|
OPJ_RLCP |
|
OPJ_RPCL |
| Modifier and Type | Field | Description |
|---|---|---|
int |
value |
| Modifier and Type | Method | Description |
|---|---|---|
int |
intValue() |
|
static PROG_ORDER |
valueOf(java.lang.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(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.