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