public static enum Algorithm.AlgorithmFormat extends Enum<Algorithm.AlgorithmFormat>
Enum Constant and Description |
---|
COVERAGE_SERIALIZED |
EXTERNAL |
JAVA_CLASS |
MOPAC |
PMML |
PREFERRED_STRUC |
SEARCH |
Structure2D |
TAUTOMERS |
WAFFLES_JSON |
WEKA |
WWW_FORM |
Modifier and Type | Method and Description |
---|---|
String |
getImage() |
abstract String |
getMediaType() |
static Algorithm.AlgorithmFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Algorithm.AlgorithmFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Algorithm.AlgorithmFormat JAVA_CLASS
public static final Algorithm.AlgorithmFormat PMML
public static final Algorithm.AlgorithmFormat WEKA
public static final Algorithm.AlgorithmFormat MOPAC
public static final Algorithm.AlgorithmFormat Structure2D
public static final Algorithm.AlgorithmFormat WWW_FORM
public static final Algorithm.AlgorithmFormat SEARCH
public static final Algorithm.AlgorithmFormat COVERAGE_SERIALIZED
public static final Algorithm.AlgorithmFormat PREFERRED_STRUC
public static final Algorithm.AlgorithmFormat WAFFLES_JSON
public static final Algorithm.AlgorithmFormat TAUTOMERS
public static final Algorithm.AlgorithmFormat EXTERNAL
public static Algorithm.AlgorithmFormat[] values()
for (Algorithm.AlgorithmFormat c : Algorithm.AlgorithmFormat.values()) System.out.println(c);
public static Algorithm.AlgorithmFormat 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 getMediaType()
public String getImage()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.