Package | Description |
---|---|
com.hfg.chem |
Modifier and Type | Method and Description |
---|---|
Atom.ChiralityOrder |
Atom.getChiralityOrder() |
static Atom.ChiralityOrder |
Atom.ChiralityOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Atom.ChiralityOrder[] |
Atom.ChiralityOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Atom |
Atom.setChiralityOrder(Atom.ChiralityOrder inValue) |
jataylor@hairyfatguy.com