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