| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.device.configuration.ScreensaverPolicy | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ScreensaverPolicy | CRADLE_CHARGING | Screensaver starts when device is charging in a cradle | |||||||||
| ScreensaverPolicy | UNKNOWN | Unknown policy | |||||||||
| ScreensaverPolicy | USB_CHARGING | Screensaver starts when device is charging via USB cable | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding ScreensaverPolicy value, from a valid integer.
| |||||||||||
Retrieves the corresponding ScreensaverPolicy value, from a valid string.
| |||||||||||
Converts the ScreensaverPolicy enum to its integer representing value.
| |||||||||||
Converts the ScreensaverPolicy enum to its string representing value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Screensaver starts when device is charging in a cradle
Screensaver starts when device is charging via USB cable
Retrieves the corresponding ScreensaverPolicy value, from a valid integer.
| value | int |
|---|
Retrieves the corresponding ScreensaverPolicy value, from a valid string.
| name | String |
|---|
Converts the ScreensaverPolicy enum to its integer representing value.
Converts the ScreensaverPolicy enum to its string representing value.