Class eCheckResult
- java.lang.Object
-
- com.regula.documentreader.api.enums.eCheckResult
-
public class eCheckResult extends java.lang.Object
Enumeration contains identifiers determining the result of a single document security check
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
eCheckResult.CheckResult
-
Field Summary
Fields Modifier and Type Field Description static int
CH_CHECK_ERROR
Check wasn't passedstatic int
CH_CHECK_OK
Check passedstatic int
CH_CHECK_WAS_NOT_DONE
Check wasn't carried out
-
Constructor Summary
Constructors Constructor Description eCheckResult()
-
-
-
Field Detail
-
CH_CHECK_ERROR
public static final int CH_CHECK_ERROR
Check wasn't passed- See Also:
- Constant Field Values
-
CH_CHECK_OK
public static final int CH_CHECK_OK
Check 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
-
-