Enum StereoConstants.StereoValue.AtropStereo
- java.lang.Object
-
- java.lang.Enum<StereoConstants.StereoValue.AtropStereo>
-
- com.chemaxon.calculations.stereoanal.StereoConstants.StereoValue.AtropStereo
-
- All Implemented Interfaces:
StereoConstants.StereoValue
,Serializable
,Comparable<StereoConstants.StereoValue.AtropStereo>
- Enclosing interface:
- StereoConstants.StereoValue
@Deprecated public static enum StereoConstants.StereoValue.AtropStereo extends Enum<StereoConstants.StereoValue.AtropStereo> implements StereoConstants.StereoValue
Deprecated.As of Marvin 14.9.15, replaced byAtropStereoIUPACDescriptor
.Atrop stereo value.- See Also:
- CIP stereo chemistry
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.chemaxon.calculations.stereoanal.StereoConstants.StereoValue
StereoConstants.StereoValue.AtropStereo, StereoConstants.StereoValue.AxialStereo, StereoConstants.StereoValue.CisTransStereo, StereoConstants.StereoValue.TetrahedralStereo
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
ODD
public static final StereoConstants.StereoValue.AtropStereo ODD
Deprecated.The angle is negative.
-
EVEN
public static final StereoConstants.StereoValue.AtropStereo EVEN
Deprecated.The angle is positive.
-
UNKNOWN
public static final StereoConstants.StereoValue.AtropStereo UNKNOWN
Deprecated.The angle is not defined. Or near 0/Pi.
-
WIGGLY
public static final StereoConstants.StereoValue.AtropStereo WIGGLY
Deprecated.If the centers have wiggly bond.
-
-
Method Detail
-
values
public static StereoConstants.StereoValue.AtropStereo[] values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (StereoConstants.StereoValue.AtropStereo c : StereoConstants.StereoValue.AtropStereo.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static StereoConstants.StereoValue.AtropStereo valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-