Class AttachedDataChecker.DataExclusionList

java.lang.Object
chemaxon.checkers.AttachedDataChecker.DataExclusionList
Enclosing class:
AttachedDataChecker

public static class AttachedDataChecker.DataExclusionList extends Object
A list of Strings to be excluded by AttachedDataChecker. It is either a comma separated list of exact values to be excluded or a pattern-string to be used as a regular expression (See Pattern).
  • Constructor Details

    • DataExclusionList

      public DataExclusionList(String representation)
  • Method Details

    • isValidList

      public boolean isValidList()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getRepresentation

      public String getRepresentation()
    • contains

      public boolean contains(String item)