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