java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.decode.VisualFormatter.PersistenceType |
VisualFormatter.PersistenceType
is an enumeration representing the
persistence type of the installed visual formatter configuration.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
VisualFormatter.PersistenceType | ENTERPRISE_RESET_PERSISTENT | The visual formatter configuration is persistent to enterprise reset. | |||||||||
VisualFormatter.PersistenceType | FACTORY_RESET_PERSISTENT | The visual formatter configuration is persistent to factory reset. | |||||||||
VisualFormatter.PersistenceType | REBOOT_PERSISTENT | The visual formatter 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 visual formatter configuration is persistent to enterprise reset. Only a factory reset can remove this configuration.
The visual formatter configuration is persistent to factory reset.
The visual formatter 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.