java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.PersistenceType |
Enumerative representing the persistence type.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PersistenceType | ENTERPRISE_RESET_PERSISTENT | The object is persistent to enterprise reset. | |||||||||
PersistenceType | FACTORY_RESET_PERSISTENT | The object is persistent to factory reset. | |||||||||
PersistenceType | REBOOT_PERSISTENT | The object 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 object is persistent to enterprise reset. Only a factory reset can remove this object.
The object is persistent to factory reset.
The object is persistent to device reboots. Any type of data reset (enterprise or factory) will remove this object.
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.