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
|
[Expand]
Inherited Methods |
From class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
compareTo(E arg0)
|
int
|
compareTo(Object arg0)
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<E>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.Comparable
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
public
static
final
LockAction
LOCK
Lock the device in the Cradle
public
static
final
LockAction
LOCK_WITH_LED_OFF
Lock the device in the Cradle turning off the LED
public
static
final
LockAction
UNLOCK
Unlock the device from the Cradle
public
static
final
LockAction
UNLOCK_WITH_LED_ON
Unlock the device from the Cradle turning on the LED
Public Methods