Class eCheckResult


  • public class eCheckResult
    extends java.lang.Object
    Enumeration contains identifiers determining the result of a single document security check
    • Constructor Summary

      Constructors 
      Constructor Description
      eCheckResult()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CH_CHECK_ERROR

        public static final int CH_CHECK_ERROR
        Check wasn't passed
        See Also:
        Constant Field Values
      • CH_CHECK_WAS_NOT_DONE

        public static final int CH_CHECK_WAS_NOT_DONE
        Check wasn't carried out
        See Also:
        Constant Field Values
    • Constructor Detail

      • eCheckResult

        public eCheckResult()