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