Package chemaxon.formats
Enum Class GeneralExportOptions.AromatizationMethod
java.lang.Object
java.lang.Enum<GeneralExportOptions.AromatizationMethod>
chemaxon.formats.GeneralExportOptions.AromatizationMethod
- All Implemented Interfaces:
Serializable
,Comparable<GeneralExportOptions.AromatizationMethod>
,java.lang.constant.Constable
- Enclosing class:
- GeneralExportOptions
public static enum GeneralExportOptions.AromatizationMethod
extends Enum<GeneralExportOptions.AromatizationMethod>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAmbiguous aromatizatization.Aromatization using the basic method.Aromatization using the general method.Aromatization using the loose method.General dearomatization method.Dearomatization method with Hückel rule checking.Dearomatization method with Hückel rule checking.No aromatization. -
Method Summary
-
Enum Constant Details
-
DEFAULT
No aromatization. -
AROMATIZATION_GENERAL
Aromatization using the general method. -
AROMATIZATION_BASIC
Aromatization using the basic method. -
AROMATIZATION_LOOSE
Aromatization using the loose method. -
AROMATIZATION_AMBIG
Ambiguous aromatizatization. -
DEAROMATIZATION_GENERAL
General dearomatization method. -
DEAROMATIZATION_HUCKEL
Dearomatization method with Hückel rule checking. -
DEAROMATIZATION_HUCKEL_EX
Dearomatization method with Hückel rule checking. Terminates if the Hückel rule is not valid.
-
-
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
-
toString
- Overrides:
toString
in classEnum<GeneralExportOptions.AromatizationMethod>
-