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