Class DocumentReaderValidity


  • public class DocumentReaderValidity
    extends java.lang.Object
    structure describing single value of the field
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int sourceType
      one of eRPRM_ResultType values indicating the value's origin source
      int status
      one of eCheckResult values, indicating overall validity status of all text fields of this particular field
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • sourceType

        public int sourceType
        one of eRPRM_ResultType values indicating the value's origin source
      • status

        public int status
        one of eCheckResult values, indicating overall validity status of all text fields of this particular field
    • Constructor Detail

      • DocumentReaderValidity

        public DocumentReaderValidity()