public final enum

LockAction

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.extension.selfshopping.cradle.joyatouch.LockAction

Class Overview

This enum lists the lock actions available.

Summary

Enum Values
LockAction  LOCK  Lock the device in the Cradle  
LockAction  LOCK_WITH_LED_OFF  Lock the device in the Cradle turning off the LED  
LockAction  UNLOCK  Unlock the device from the Cradle  
LockAction  UNLOCK_WITH_LED_ON  Unlock the device from the Cradle turning on the LED  
Public Methods
static LockAction valueOf(String name)
final static LockAction[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final LockAction LOCK

Added in revision 1

Lock the device in the Cradle

public static final LockAction LOCK_WITH_LED_OFF

Added in revision 1

Lock the device in the Cradle turning off the LED

public static final LockAction UNLOCK

Added in revision 1

Unlock the device from the Cradle

public static final LockAction UNLOCK_WITH_LED_ON

Added in revision 1

Unlock the device from the Cradle turning on the LED

Public Methods

public static LockAction valueOf (String name)

Added in revision 1

public static final LockAction[] values ()

Added in revision 1