TetrahedralStereoIUPACDescriptor
.@Deprecated public static enum StereoConstants.StereoValue.TetrahedralStereo extends Enum<StereoConstants.StereoValue.TetrahedralStereo> implements StereoConstants.StereoValue
StereoConstants.StereoValue.AtropStereo, StereoConstants.StereoValue.AxialStereo, StereoConstants.StereoValue.CisTransStereo, StereoConstants.StereoValue.TetrahedralStereo
Enum Constant and Description |
---|
EVEN
Deprecated.
Counterclockwise arrangement at the stereo center.
|
ODD
Deprecated.
Clockwise arrangement at the stereo center.
|
UNKNOWN
Deprecated.
Plain single bonds on the center.
|
WIGGLY
Deprecated.
If the center has wiggly bond.
|
Modifier and Type | Method and Description |
---|---|
static StereoConstants.StereoValue.TetrahedralStereo |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static StereoConstants.StereoValue.TetrahedralStereo[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StereoConstants.StereoValue.TetrahedralStereo ODD
public static final StereoConstants.StereoValue.TetrahedralStereo EVEN
public static final StereoConstants.StereoValue.TetrahedralStereo UNKNOWN
public static final StereoConstants.StereoValue.TetrahedralStereo WIGGLY
public static StereoConstants.StereoValue.TetrahedralStereo[] values()
for (StereoConstants.StereoValue.TetrahedralStereo c : StereoConstants.StereoValue.TetrahedralStereo.values()) System.out.println(c);
public static StereoConstants.StereoValue.TetrahedralStereo 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