Class TdbErrorCheckSink

All Implemented Interfaces:
com.tietoenator.trip.jxp.internal.utils.DOMSink, Serializable, Cloneable, Iterable<TdbErrorCheckPhase>, Collection<TdbErrorCheckPhase>, List<TdbErrorCheckPhase>, RandomAccess

public class TdbErrorCheckSink extends Vector<TdbErrorCheckPhase> implements com.tietoenator.trip.jxp.internal.utils.DOMSink
Sink class that collects errors / warnings from a database diagnosis attempt. Following a call to TdbDatabaseDesign.diagnose(), the instance of this class provided will contain an object of type TdbErrorCheckPhase for each phase of the diagnosis executed.
See Also:
  • Constructor Details

    • TdbErrorCheckSink

      public TdbErrorCheckSink()
      Constructor, creates a blank instance
  • Method Details

    • getSummary

      public int getSummary()