Class eRFID_TerminalType
- java.lang.Object
-
- com.regula.documentreader.api.enums.eRFID_TerminalType
-
public class eRFID_TerminalType extends java.lang.Object
Enumeration contains a set of constants that define the type of terminal within the context of the communication session with electronic document
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
eRFID_TerminalType.TerminalTypeValues
-
Field Summary
Fields Modifier and Type Field Description static int
TET_AUTHENTICATION_TERMINAL
Authentication terminalstatic int
TET_INSPECTION_SYSTEM
Inspection systemstatic int
TET_SIGNATURE_TERMINAL
Signature terminalstatic int
TET_UNAUTHENTICATED_TERMINAL
Unauthenticated terminalstatic int
TET_UNDEFINED
Not defined
-
Constructor Summary
Constructors Constructor Description eRFID_TerminalType()
-
-
-
Field Detail
-
TET_UNDEFINED
public static final int TET_UNDEFINED
Not defined- See Also:
- Constant Field Values
-
TET_INSPECTION_SYSTEM
public static final int TET_INSPECTION_SYSTEM
Inspection system- See Also:
- Constant Field Values
-
TET_AUTHENTICATION_TERMINAL
public static final int TET_AUTHENTICATION_TERMINAL
Authentication terminal- See Also:
- Constant Field Values
-
TET_SIGNATURE_TERMINAL
public static final int TET_SIGNATURE_TERMINAL
Signature terminal- See Also:
- Constant Field Values
-
TET_UNAUTHENTICATED_TERMINAL
public static final int TET_UNAUTHENTICATED_TERMINAL
Unauthenticated terminal- See Also:
- Constant Field Values
-
-