public enum AromaticityModel extends java.lang.Enum<AromaticityModel>
Enum Constant and Description |
---|
AROMATICITY_CUSTOM |
AROMATICITY_DEFAULT |
AROMATICITY_MDL |
AROMATICITY_RDKIT |
AROMATICITY_SIMPLE |
Modifier and Type | Method and Description |
---|---|
static AromaticityModel |
swigToEnum(int swigValue) |
int |
swigValue() |
static AromaticityModel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AromaticityModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AromaticityModel AROMATICITY_DEFAULT
public static final AromaticityModel AROMATICITY_RDKIT
public static final AromaticityModel AROMATICITY_SIMPLE
public static final AromaticityModel AROMATICITY_MDL
public static final AromaticityModel AROMATICITY_CUSTOM
public static AromaticityModel[] values()
for (AromaticityModel c : AromaticityModel.values()) System.out.println(c);
public static AromaticityModel 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 AromaticityModel swigToEnum(int swigValue)