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