public static enum Stereocenters.Type extends Enum<Stereocenters.Type>
Enum Constant and Description |
---|
Bicoordinate
An atom within a cumulated system.
|
None
A non-stereogenic atom.
|
Tetracoordinate
A potentially stereogenic atom with 4 neighbors - tetrahedral
centres.
|
Tricoordinate
A potentially stereogenic atom with 3 neighbors - one atom in a
geometric centres or cumulated system (allene, cumulene).
|
Modifier and Type | Method and Description |
---|---|
static Stereocenters.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stereocenters.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stereocenters.Type Bicoordinate
public static final Stereocenters.Type Tricoordinate
public static final Stereocenters.Type Tetracoordinate
public static final Stereocenters.Type None
public static Stereocenters.Type[] values()
for (Stereocenters.Type c : Stereocenters.Type.values()) System.out.println(c);
public static Stereocenters.Type 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 nullCopyright © 2021. All rights reserved.