public static enum AtropIsomerDetector.Accuracy extends java.lang.Enum<AtropIsomerDetector.Accuracy>
Modifier and Type | Method and Description |
---|---|
int |
getSteps() |
static AtropIsomerDetector.Accuracy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AtropIsomerDetector.Accuracy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtropIsomerDetector.Accuracy NORMAL
public static final AtropIsomerDetector.Accuracy FAST
public static final AtropIsomerDetector.Accuracy ACCURATE
public static AtropIsomerDetector.Accuracy[] values()
for (AtropIsomerDetector.Accuracy c : AtropIsomerDetector.Accuracy.values()) System.out.println(c);
public static AtropIsomerDetector.Accuracy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getSteps()