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