| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.device.FailurePolicy | |
Enumerative representing the Policy to show Cradle failures.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| FailurePolicy | FAILURE_POLICY_DISABLED | Failure notification feature is DISABLED. | |||||||||
| FailurePolicy | FAILURE_POLICY_ENABLED | Failure notification feature is ENABLED. | |||||||||
| FailurePolicy | FAILURE_POLICY_NOT_SUPPORTED | Failure policy not supported. | |||||||||
| FailurePolicy | FAILURE_POLICY_UNKNOWN | Unknown failure policy. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding FailurePolicy value, from a valid integer.
| |||||||||||
Converts the FailurePolicy enum to its integer representing value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Failure notification feature is DISABLED.
Failure notification feature is ENABLED.
Failure policy not supported.
Unknown failure policy.
Retrieves the corresponding FailurePolicy value, from a valid integer.
| n | int |
|---|
Converts the FailurePolicy enum to its integer representing value.