java.lang.Object |
↳ |
java.lang.Enum<E extends java.lang.Enum<E>> |
|
↳ |
com.datalogic.cradle.Type |
Class Overview
Enumerative representing the Cradle type.
Summary
Enum Values |
Type |
TYPE_JT22_MULTIPLE |
Cradle JT22 with multiple slots. |
Type |
TYPE_JT22_SIMPLIFIED |
Cradle JT22 simplified. |
Type |
TYPE_JT22_SINGLE |
Cradle JT22 with single slot. |
Type |
TYPE_MULTIPLE |
Cradle with multiple slots. |
Type |
TYPE_SIMPLIFIED |
Cradle Simplified. |
Type |
TYPE_SINGLE |
Cradle with single slot. |
Type |
TYPE_SX5_3SD_WIRED |
Cradle X5 with multiple slots wired. |
Type |
TYPE_SX5_3SD_WIRELESS |
Cradle X5 with multiple slots wireless. |
Type |
TYPE_SX5_3SD_WIRELESS_LOCKING |
Cradle X5 with locking multiple slots wireless. |
Type |
TYPE_SX5_SSD_WIRED |
Cradle X5 single slot wired. |
Type |
TYPE_SX5_SSD_WIRELESS |
Cradle X5 single slot wireless. |
Type |
TYPE_UNKNOWN |
Unknown Cradle type. |
Public Methods |
static
Type
|
fromInt(int n)
Retrieves the corresponding Type value, from a valid integer.
|
int
|
toInt()
Converts the Type enum to its integer representing value.
|
String
|
toString()
|
static
Type
|
valueOf(String name)
|
final
static
Type[]
|
values()
|
[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
Type
TYPE_JT22_MULTIPLE
Cradle JT22 with multiple slots.
public
static
final
Type
TYPE_JT22_SIMPLIFIED
public
static
final
Type
TYPE_JT22_SINGLE
Cradle JT22 with single slot.
public
static
final
Type
TYPE_MULTIPLE
Cradle with multiple slots.
public
static
final
Type
TYPE_SIMPLIFIED
public
static
final
Type
TYPE_SINGLE
public
static
final
Type
TYPE_SX5_3SD_WIRED
Cradle X5 with multiple slots wired.
public
static
final
Type
TYPE_SX5_3SD_WIRELESS
Cradle X5 with multiple slots wireless.
public
static
final
Type
TYPE_SX5_3SD_WIRELESS_LOCKING
Cradle X5 with locking multiple slots wireless.
public
static
final
Type
TYPE_SX5_SSD_WIRED
Cradle X5 single slot wired.
public
static
final
Type
TYPE_SX5_SSD_WIRELESS
Cradle X5 single slot wireless.
public
static
final
Type
TYPE_UNKNOWN
Public Methods
public
static
Type
fromInt
(int n)
Retrieves the corresponding Type value, from a valid integer.
Returns
- Type the corresponding one.
public
int
toInt
()
Converts the Type enum to its integer representing value.
public
String
toString
()
public
static
Type
valueOf
(String name)
public
static
final
Type[]
values
()