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