public enum EnumHBondType extends java.lang.Enum<EnumHBondType>
Modifier and Type | Method and Description |
---|---|
static EnumHBondType |
getType(Atom atom) |
static boolean |
isPossibleHBond(EnumHBondType typeA,
EnumHBondType typeB) |
static EnumHBondType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumHBondType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumHBondType NOT
public static final EnumHBondType ACCEPTOR
public static final EnumHBondType DONOR
public static final EnumHBondType UNKNOWN
public static EnumHBondType[] values()
for (EnumHBondType c : EnumHBondType.values()) System.out.println(c);
public static EnumHBondType 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 static EnumHBondType getType(Atom atom)
public static boolean isPossibleHBond(EnumHBondType typeA, EnumHBondType typeB)