public enum ECBLAST_FLAGS extends java.lang.Enum<ECBLAST_FLAGS>
Enum Constant and Description |
---|
ATOM_STEREO_CHANGE_INFORMATION
MAX Model
|
BOND_CHANGE_INFORMATION
BOND_CHANGE_INFORMATION
|
Modifier and Type | Method and Description |
---|---|
<status> int |
compareTo(ECBLAST_FLAGS obj)
Compares algorithm types.
|
java.lang.String |
description()
Returns short description of the algorithm.
|
int |
type()
Returns type of algorithm.
|
static ECBLAST_FLAGS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ECBLAST_FLAGS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ECBLAST_FLAGS BOND_CHANGE_INFORMATION
public static final ECBLAST_FLAGS ATOM_STEREO_CHANGE_INFORMATION
public static ECBLAST_FLAGS[] values()
for (ECBLAST_FLAGS c : ECBLAST_FLAGS.values()) System.out.println(c);
public static ECBLAST_FLAGS 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 type()
public java.lang.String description()
public <status> int compareTo(ECBLAST_FLAGS obj)
status
- obj
-