public static final enum

AdvancedKeyboard.Property

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.device.input.AdvancedKeyboard.Property

Class Overview

Read-only properties related to the currently configured keyboard.

Summary

Enum Values
AdvancedKeyboard.Property  AUTHOR  Author of the installed keyboard configuration. 
AdvancedKeyboard.Property  DATE  Creation date of the installed keyboard configuration. 
AdvancedKeyboard.Property  DESCRIPTION  Description of the installed keyboard configuration. 
AdvancedKeyboard.Property  NAME  Name of the installed keyboard configuration. 
AdvancedKeyboard.Property  REVISION  Revision of the installed keyboard configuration. 
AdvancedKeyboard.Property  VERSION  Version of the installed keyboard configuration. 
Public Methods
static AdvancedKeyboard.Property fromInt(int value)
Retrieves the corresponding Property value from a valid integer.
int toInt()
Converts the property to its integer corresponding value.
static AdvancedKeyboard.Property valueOf(String name)
final static Property[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AdvancedKeyboard.Property AUTHOR

Added in revision 22

Author of the installed keyboard configuration. Exposed as a String parameter.

public static final AdvancedKeyboard.Property DATE

Added in revision 22

Creation date of the installed keyboard configuration. Exposed as a String parameter, with format HH:mm:ss yyyy-MM-dd (for details see SimpleDateFormat).

public static final AdvancedKeyboard.Property DESCRIPTION

Added in revision 22

Description of the installed keyboard configuration. Exposed as a String parameter.

public static final AdvancedKeyboard.Property NAME

Added in revision 22

Name of the installed keyboard configuration. Exposed as a String parameter.

public static final AdvancedKeyboard.Property REVISION

Added in revision 22

Revision of the installed keyboard configuration. Exposed as an int parameter.

public static final AdvancedKeyboard.Property VERSION

Added in revision 22

Version of the installed keyboard configuration. Exposed as an int parameter.

Public Methods

public static AdvancedKeyboard.Property fromInt (int value)

Added in revision 22

Retrieves the corresponding Property value from a valid integer.

Parameters
value Integer to use as input in the conversion.
Returns
  • The corresponding property.

public int toInt ()

Added in revision 22

Converts the property to its integer corresponding value.

Returns
  • Integer value of this property.

public static AdvancedKeyboard.Property valueOf (String name)

Added in revision 22

public static final Property[] values ()

Added in revision 22