Class WrsValidationResult.Record

  • Enclosing class:
    WrsValidationResult

    public static class WrsValidationResult.Record
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Record​(int rowPos, int colPos, java.lang.String error)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getColPos()  
      java.lang.String getError()  
      int getRowPos()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Record

        public Record​(int rowPos,
                      int colPos,
                      java.lang.String error)
    • Method Detail

      • getColPos

        public int getColPos()
      • getError

        public java.lang.String getError()
      • getRowPos

        public int getRowPos()