java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.configuration.WhitelistingPersistence |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WhitelistingPersistence | DEFAULT | Object with this level of persistence cannot be deleted | |||||||||
WhitelistingPersistence | ENTERPRISE_RESET | Persistence at enterprise reset. | |||||||||
WhitelistingPersistence | FACTORY_RESET | Persistence at factory reset. | |||||||||
WhitelistingPersistence | REBOOT | Persistence only at reboot. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding WhitelistingPersistence value, from a valid integer.
| |||||||||||
Converts the WhitelistingPersistence enum to its integer representing value.
| |||||||||||
Converts the WhitelistingPersistence enum to its string representing name.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Object with this level of persistence cannot be deleted
Persistence at enterprise reset. Object with this level of persistence will be deleted after only a factory reset or an espresso package installation.
Persistence at factory reset. Object with this level of persistence will be deleted after an espresso package installation.
Persistence only at reboot. Object with this level of persistence will be deleted only after a reset or an espresso package installation.
Retrieves the corresponding WhitelistingPersistence value, from a valid integer.
value | int |
---|
Converts the WhitelistingPersistence enum to its integer representing value.
Converts the WhitelistingPersistence enum to its string representing name.