public static enum TransformMolecule.Method extends Enum<TransformMolecule.Method>
Enum Constant and Description |
---|
AROM_BASIC |
AROM_GENERAL |
AROM_LOOSE |
CXN_STANDARDIZER |
REMOVE_ALL_EXPLICIT_H |
REMOVE_SMALL_FRAGMENTS |
Modifier and Type | Method and Description |
---|---|
static TransformMolecule.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformMolecule.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransformMolecule.Method AROM_BASIC
public static final TransformMolecule.Method AROM_GENERAL
public static final TransformMolecule.Method AROM_LOOSE
public static final TransformMolecule.Method REMOVE_ALL_EXPLICIT_H
public static final TransformMolecule.Method REMOVE_SMALL_FRAGMENTS
public static final TransformMolecule.Method CXN_STANDARDIZER
public static TransformMolecule.Method[] values()
for (TransformMolecule.Method c : TransformMolecule.Method.values()) System.out.println(c);
public static TransformMolecule.Method 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