Enum Class StructureCheckOptions.Type

java.lang.Object
java.lang.Enum<StructureCheckOptions.Type>
chemaxon.checkers.StructureCheckOptions.Type
All Implemented Interfaces:
Serializable, Comparable<StructureCheckOptions.Type>, java.lang.constant.Constable
Enclosing class:
StructureCheckOptions

public static enum StructureCheckOptions.Type extends Enum<StructureCheckOptions.Type>
The output type of the structure check
Since:
5.7
  • Enum Constant Details

    • Single

      public static final StructureCheckOptions.Type Single
      Indicates, that the structure checker puts all structures to the output file.
    • Separated

      public static final StructureCheckOptions.Type Separated
      Indicates, that the structure checker puts valid or fixed structures to the output file, the others to the discarded file.
    • Accepted

      public static final StructureCheckOptions.Type Accepted
      Indicates, that the structure checker puts valid or fixed structures to the output file.
    • Discarded

      public static final StructureCheckOptions.Type Discarded
      Indicates, that the structure checker puts invalid structures to the discarded file.
  • Method Details

    • values

      public static StructureCheckOptions.Type[] 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 StructureCheckOptions.Type 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