Class TdbErrorCheckPhase

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector<String>
com.tietoenator.trip.jxp.database.TdbErrorCheckPhase
All Implemented Interfaces:
Serializable, Cloneable, Iterable<String>, Collection<String>, List<String>, RandomAccess

public class TdbErrorCheckPhase extends Vector<String>
Error check (database diagnosis) results are a Vector of error check phases. Each phase is simply a Vector of strings (which can be empty) containing any errors or warnings thrown by the checking phase
See Also:
  • Method Details

    • getPhase

      public int getPhase()
      Retrieve the ID of the phase to which this diagnosis result pertains
      Returns:
      Phase ID