@Beta @PublicAPI public enum EcfpAtomTypizers extends Enum<EcfpAtomTypizers>
Please note that this enum is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
| Enum Constant and Description |
|---|
CUSTOMXML
Custom XML configurated ECFP atom typizer.
|
ECFP
ECFP-style atom typing.
|
FCFP
FCFP-style atom typing.
|
| Modifier and Type | Method and Description |
|---|---|
static EcfpAtomTypizers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EcfpAtomTypizers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EcfpAtomTypizers ECFP
public static final EcfpAtomTypizers FCFP
public static final EcfpAtomTypizers CUSTOMXML
public static EcfpAtomTypizers[] values()
for (EcfpAtomTypizers c : EcfpAtomTypizers.values()) System.out.println(c);
public static EcfpAtomTypizers 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