AxialStereoIUPACDescriptor
.@Deprecated public static enum StereoConstants.StereoValue.AxialStereo extends Enum<StereoConstants.StereoValue.AxialStereo> implements StereoConstants.StereoValue
StereoConstants.StereoValue.AtropStereo, StereoConstants.StereoValue.AxialStereo, StereoConstants.StereoValue.CisTransStereo, StereoConstants.StereoValue.TetrahedralStereo
Enum Constant and Description |
---|
EVEN
Deprecated.
The angle between two bonds connecting the highest indexed ligands is positive.
|
ODD
Deprecated.
The angle between two bonds connecting the highest indexed ligands is negative.
|
UNKNOWN
Deprecated.
The angle is not defined.
|
WIGGLY
Deprecated.
If the centers have wiggly bond.
|
Modifier and Type | Method and Description |
---|---|
static StereoConstants.StereoValue.AxialStereo |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static StereoConstants.StereoValue.AxialStereo[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StereoConstants.StereoValue.AxialStereo ODD
public static final StereoConstants.StereoValue.AxialStereo EVEN
public static final StereoConstants.StereoValue.AxialStereo UNKNOWN
public static final StereoConstants.StereoValue.AxialStereo WIGGLY
public static StereoConstants.StereoValue.AxialStereo[] values()
for (StereoConstants.StereoValue.AxialStereo c : StereoConstants.StereoValue.AxialStereo.values()) System.out.println(c);
public static StereoConstants.StereoValue.AxialStereo 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 null