java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.display.TimeoutSleep |
The TimeoutSleep
enumeration defines the possible value for 2nd display sleep timeout.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TimeoutSleep | NEVER_SLEEP | ||||||||||
TimeoutSleep | SLEEP_10_MIN | ||||||||||
TimeoutSleep | SLEEP_15_MIN | ||||||||||
TimeoutSleep | SLEEP_15_SEC | ||||||||||
TimeoutSleep | SLEEP_1_MIN | ||||||||||
TimeoutSleep | SLEEP_20_MIN | ||||||||||
TimeoutSleep | SLEEP_2_MIN | ||||||||||
TimeoutSleep | SLEEP_30_MIN | ||||||||||
TimeoutSleep | SLEEP_30_SEC | ||||||||||
TimeoutSleep | SLEEP_3_MIN | ||||||||||
TimeoutSleep | SLEEP_4_MIN | ||||||||||
TimeoutSleep | SLEEP_5_MIN |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding TimeoutSleep value, from a valid integer.
| |||||||||||
Converts a TimeoutSleep to its integer corresponding value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Retrieves the corresponding TimeoutSleep value, from a valid integer.
n | int |
---|
Converts a TimeoutSleep to its integer corresponding value.