@PublicAPI public enum AtomTyping extends Enum<AtomTyping> implements Serializable
Enum Constant and Description |
---|
CHEMICAL_ATOM_TYPES |
DREIDING_ATOM_TYPES |
PHARMACOPHORE |
UNIFORM |
Modifier and Type | Method and Description |
---|---|
static AtomTyping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomTyping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtomTyping UNIFORM
public static final AtomTyping CHEMICAL_ATOM_TYPES
public static final AtomTyping DREIDING_ATOM_TYPES
public static final AtomTyping PHARMACOPHORE
public static AtomTyping[] values()
for (AtomTyping c : AtomTyping.values()) System.out.println(c);
public static AtomTyping 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 null