public static enum SmilesReporter.Mode extends Enum<SmilesReporter.Mode>
Modifier and Type | Method and Description |
---|---|
abstract String |
getFileExtension() |
Property |
getProperty() |
abstract String |
getTag() |
static SmilesReporter.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmilesReporter.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmilesReporter.Mode SMILES
public static final SmilesReporter.Mode InChI
public static SmilesReporter.Mode[] values()
for (SmilesReporter.Mode c : SmilesReporter.Mode.values()) System.out.println(c);
public static SmilesReporter.Mode 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 nullpublic abstract String getTag()
public abstract String getFileExtension()
public Property getProperty()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.