Class DocumentReaderTextSource


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

      Fields 
      Modifier and Type Field Description
      java.lang.String source
      values indicating the value's origin source
      int sourceType
      one of eRPRM_ResultType values indicating the value's origin source
      int validityStatus
      one of eCheckResult values, indicating overall validity status of all text fields of this source type
    • 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
      • source

        public java.lang.String source
        values indicating the value's origin source
      • validityStatus

        public int validityStatus
        one of eCheckResult values, indicating overall validity status of all text fields of this source type
    • Constructor Detail

      • DocumentReaderTextSource

        public DocumentReaderTextSource()