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