Class eRFID_TerminalType
java.lang.Object
com.regula.documentreader.api.enums.eRFID_TerminalType
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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Authentication terminalstatic final int
Inspection systemstatic final int
Signature terminalstatic final int
Unauthenticated terminalstatic final int
Not defined -
Constructor Summary
-
Method Summary
-
Field Details
-
TET_UNDEFINED
public static final int TET_UNDEFINEDNot defined- See Also:
-
TET_INSPECTION_SYSTEM
public static final int TET_INSPECTION_SYSTEMInspection system- See Also:
-
TET_AUTHENTICATION_TERMINAL
public static final int TET_AUTHENTICATION_TERMINALAuthentication terminal- See Also:
-
TET_SIGNATURE_TERMINAL
public static final int TET_SIGNATURE_TERMINALSignature terminal- See Also:
-
TET_UNAUTHENTICATED_TERMINAL
public static final int TET_UNAUTHENTICATED_TERMINALUnauthenticated terminal- See Also:
-
-
Constructor Details
-
eRFID_TerminalType
public eRFID_TerminalType()
-