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