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