Enum Class StereoType

java.lang.Object
java.lang.Enum<StereoType>
chemaxon.calculations.stereo.stereocenters.StereoType
All Implemented Interfaces:
Serializable, Comparable<StereoType>, Constable

@Beta @PublicApi public enum StereoType extends Enum<StereoType>
Stereo center type.
  • Enum Constant Details

    • TETRAHEDRAL

      public static final StereoType TETRAHEDRAL
      Tetrahedral stereo center.
    • CISTRANS

      public static final StereoType CISTRANS
      Cis-trans stereo center.
    • AXIAL

      public static final StereoType AXIAL
      Axial stereo center (eg. ClC=C=CCl)
    • ATROP

      public static final StereoType ATROP
      Atrop stereo center.
  • Method Details

    • values

      public static StereoType[] 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 StereoType 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