public enum BondComparator extends java.lang.Enum<BondComparator>
Enum Constant and Description |
---|
BondCompareAny |
BondCompareOrder |
BondCompareOrderExact |
Modifier and Type | Method and Description |
---|---|
static BondComparator |
swigToEnum(int swigValue) |
int |
swigValue() |
static BondComparator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BondComparator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BondComparator BondCompareAny
public static final BondComparator BondCompareOrder
public static final BondComparator BondCompareOrderExact
public static BondComparator[] values()
for (BondComparator c : BondComparator.values()) System.out.println(c);
public static BondComparator valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static BondComparator swigToEnum(int swigValue)