public final enum

Type

extends Enum<E extends Enum<E>>
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
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Type TYPE_JT22_MULTIPLE

Added in revision 32

Cradle JT22 with multiple slots.

public static final Type TYPE_JT22_SIMPLIFIED

Added in revision 32

Cradle JT22 simplified.

public static final Type TYPE_JT22_SINGLE

Added in revision 32

Cradle JT22 with single slot.

public static final Type TYPE_MULTIPLE

Added in revision 27

Cradle with multiple slots.

public static final Type TYPE_SIMPLIFIED

Added in revision 27

Cradle Simplified.

public static final Type TYPE_SINGLE

Added in revision 27

Cradle with single slot.

public static final Type TYPE_SX5_3SD_WIRED

Added in revision 27

Cradle X5 with multiple slots wired.

public static final Type TYPE_SX5_3SD_WIRELESS

Added in revision 27

Cradle X5 with multiple slots wireless.

public static final Type TYPE_SX5_3SD_WIRELESS_LOCKING

Added in revision 27

Cradle X5 with locking multiple slots wireless.

public static final Type TYPE_SX5_SSD_WIRED

Added in revision 27

Cradle X5 single slot wired.

public static final Type TYPE_SX5_SSD_WIRELESS

Added in revision 27

Cradle X5 single slot wireless.

public static final Type TYPE_UNKNOWN

Added in revision 27

Unknown Cradle type.

Public Methods

public static Type fromInt (int n)

Added in revision 27

Retrieves the corresponding Type value, from a valid integer.

Parameters
n int
Returns
  • Type the corresponding one.

public int toInt ()

Added in revision 27

Converts the Type enum to its integer representing value.

Returns
  • int

public String toString ()

public static Type valueOf (String name)

Added in revision 27

public static final Type[] values ()

Added in revision 27