Class TdbErrorCheckPhase
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<String>
,Collection<String>
,List<String>
,RandomAccess
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 TypeMethodDescriptionint
getPhase()
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, trimToSize
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
-
Method Details
-
getPhase
public int getPhase()Retrieve the ID of the phase to which this diagnosis result pertains- Returns:
- Phase ID
-