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