AtropStereoIUPACDescriptor
.@Deprecated public static enum StereoConstants.StereoValue.AtropStereo extends Enum<StereoConstants.StereoValue.AtropStereo> implements StereoConstants.StereoValue
StereoConstants.StereoValue.AtropStereo, StereoConstants.StereoValue.AxialStereo, StereoConstants.StereoValue.CisTransStereo, StereoConstants.StereoValue.TetrahedralStereo
Enum Constant and Description |
---|
EVEN
Deprecated.
The angle is positive.
|
ODD
Deprecated.
The angle 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.AtropStereo |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static StereoConstants.StereoValue.AtropStereo[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StereoConstants.StereoValue.AtropStereo ODD
public static final StereoConstants.StereoValue.AtropStereo EVEN
public static final StereoConstants.StereoValue.AtropStereo UNKNOWN
public static final StereoConstants.StereoValue.AtropStereo WIGGLY
public static StereoConstants.StereoValue.AtropStereo[] values()
for (StereoConstants.StereoValue.AtropStereo c : StereoConstants.StereoValue.AtropStereo.values()) System.out.println(c);
public static StereoConstants.StereoValue.AtropStereo 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