java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.input.AdvancedKeyboard.PersistenceType |
Enumerative representing the persistence type of the installed keyboard configuration.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AdvancedKeyboard.PersistenceType | ENTERPRISE_RESET_PERSISTENT | The keyboard configuration is persistent to enterprise reset. | |||||||||
AdvancedKeyboard.PersistenceType | FACTORY_RESET_PERSISTENT | The keyboard configuration is persistent to factory reset. | |||||||||
AdvancedKeyboard.PersistenceType | REBOOT_PERSISTENT | The keyboard configuration is persistent to device reboots. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding PersistenceType value from a valid integer.
| |||||||||||
Converts the PersistenceType to its integer corresponding value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The keyboard configuration is persistent to enterprise reset. Only a factory reset can remove this configuration.
The keyboard configuration is persistent to factory reset. This is the case of the default keyboard configuration.
The keyboard configuration is persistent to device reboots. Any type of data reset (enterprise or factory) will remove this configuration.
Retrieves the corresponding PersistenceType value from a valid integer.
value | Integer to use as input in the conversion. |
---|
Converts the PersistenceType to its integer corresponding value.