public static enum TautomerConst.CanonicTautomerMethod extends Enum<TautomerConst.CanonicTautomerMethod>
| Enum Constant and Description | 
|---|
CACTVS_RANK_INCHI_KEY  | 
ENERGY_RANK_INCHI_KEY  | 
| Modifier and Type | Method and Description | 
|---|---|
static TautomerConst.CanonicTautomerMethod | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TautomerConst.CanonicTautomerMethod[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final TautomerConst.CanonicTautomerMethod ENERGY_RANK_INCHI_KEY
public static final TautomerConst.CanonicTautomerMethod CACTVS_RANK_INCHI_KEY
public static TautomerConst.CanonicTautomerMethod[] values()
for (TautomerConst.CanonicTautomerMethod c : TautomerConst.CanonicTautomerMethod.values()) System.out.println(c);
public static TautomerConst.CanonicTautomerMethod 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 nullCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.