Class TdbErrorCheckPhase
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<String>,Collection<String>,List<String>,RandomAccess,SequencedCollection<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 Summary
Modifier and TypeMethodDescriptionintgetPhase()Retrieve the ID of the phase to which this diagnosis result pertainsMethods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSizeMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
addFirst, addLast, getFirst, getLast, removeFirst, removeLast, reversed
-
Method Details
-
getPhase
public int getPhase()Retrieve the ID of the phase to which this diagnosis result pertains- Returns:
- Phase ID
-