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