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:
  • Enum Constant Details

    • ABS

      public static final StereoConstants.EnhancedStereoType ABS
      Stereogenic centers belonging to ABS represent absolute stereochemistry, i.e. chirality.
    • AND

      public static final StereoConstants.EnhancedStereoType 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

      public static final StereoConstants.EnhancedStereoType 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

      public static StereoConstants.EnhancedStereoType[] 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

      public static StereoConstants.EnhancedStereoType valueOf(String name)
      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 name
      NullPointerException - if the argument is null