Enum Class StereoConstants.EnhancedStereoType
java.lang.Object
java.lang.Enum<StereoConstants.EnhancedStereoType>
com.chemaxon.calculations.stereoanal.StereoConstants.EnhancedStereoType
- All Implemented Interfaces:
Serializable
,Comparable<StereoConstants.EnhancedStereoType>
,java.lang.constant.Constable
- Enclosing interface:
- StereoConstants
public static enum StereoConstants.EnhancedStereoType
extends Enum<StereoConstants.EnhancedStereoType>
Enhanced stereo flags.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StereoConstants.EnhancedStereoType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ABS
Stereogenic centers belonging to ABS represent absolute stereochemistry, i.e. chirality. -
AND
Stereogenic centers belonging to an ANDn group (e.g. AND1) represents a mixture of two enantiomers: the structure as drawn AND the epimer in which the stereogenic centers have the opposite configuration. -
OR
Stereogenic centers belonging to an ORn group (e.g. OR1) represents one stereoisomer that is either the structure as drawn (R, S) OR the epimer in which the stereogenic centers have the opposite configuration (S, R).
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-