Package chemaxon.formats
Class GeneralExportOptions
java.lang.Object
chemaxon.formats.GeneralExportOptions
- All Implemented Interfaces:
chemaxon.formats.ExportOptions
@PublicApi
public abstract class GeneralExportOptions
extends Object
implements chemaxon.formats.ExportOptions
Abstract class to handle common export options.
- Since:
- Marvin 6.3, 2013.11.18.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static class
static enum
-
Constructor Summary
ModifierConstructorDescriptionprotected
GeneralExportOptions
(GeneralExportOptions.Builder<?> builder) -
Method Summary
Modifier and TypeMethodDescriptionGets the aromatization method.Gets the hydrogenization method.toString()
Returns the text representation of the builder.
-
Constructor Details
-
GeneralExportOptions
-
-
Method Details
-
getAromatizationMethod
Gets the aromatization method.- Returns:
- the aromatization method
-
getHydrogenizeOption
Gets the hydrogenization method.- Returns:
- the method
-
toString
Returns the text representation of the builder.
-