public enum ExactStructureSearchMode extends Enum<ExactStructureSearchMode>
Enum Constant and Description |
---|
formula |
idchemical |
inchi |
inchikey |
label |
smiles |
Modifier and Type | Method and Description |
---|---|
static ExactStructureSearchMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExactStructureSearchMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExactStructureSearchMode idchemical
public static final ExactStructureSearchMode inchi
public static final ExactStructureSearchMode smiles
public static final ExactStructureSearchMode formula
public static final ExactStructureSearchMode inchikey
public static final ExactStructureSearchMode label
public static ExactStructureSearchMode[] values()
for (ExactStructureSearchMode c : ExactStructureSearchMode.values()) System.out.println(c);
public static ExactStructureSearchMode 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.