public static enum CodepackLibrary.codepack_ode_err_e extends Enum<CodepackLibrary.codepack_ode_err_e> implements org.bridj.IntValuedEnum<CodepackLibrary.codepack_ode_err_e>
| Enum Constant and Description |
|---|
ERROR |
SUCCESS |
UNCHANGED |
UNKNOWN_ERROR |
| Modifier and Type | Field and Description |
|---|---|
long |
value |
| Modifier and Type | Method and Description |
|---|---|
static org.bridj.IntValuedEnum<CodepackLibrary.codepack_ode_err_e> |
fromValue(int value) |
Iterator<CodepackLibrary.codepack_ode_err_e> |
iterator() |
long |
value() |
static CodepackLibrary.codepack_ode_err_e |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodepackLibrary.codepack_ode_err_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodepackLibrary.codepack_ode_err_e UNCHANGED
public static final CodepackLibrary.codepack_ode_err_e SUCCESS
public static final CodepackLibrary.codepack_ode_err_e ERROR
public static final CodepackLibrary.codepack_ode_err_e UNKNOWN_ERROR
public static CodepackLibrary.codepack_ode_err_e[] values()
for (CodepackLibrary.codepack_ode_err_e c : CodepackLibrary.codepack_ode_err_e.values()) System.out.println(c);
public static CodepackLibrary.codepack_ode_err_e 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 long value()
value in interface org.bridj.ValuedEnum<CodepackLibrary.codepack_ode_err_e>public Iterator<CodepackLibrary.codepack_ode_err_e> iterator()
iterator in interface Iterable<CodepackLibrary.codepack_ode_err_e>public static org.bridj.IntValuedEnum<CodepackLibrary.codepack_ode_err_e> fromValue(int value)
Copyright © 2017. All rights reserved.