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