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