java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.input.AdvancedKeyboard.Property |
Read-only properties related to the currently configured keyboard.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding Property value from a valid integer.
| |||||||||||
Converts the property to its integer corresponding value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Author of the installed keyboard configuration.
Exposed as a String
parameter.
Creation date of the installed keyboard configuration.
Exposed as a String
parameter, with format
HH:mm:ss yyyy-MM-dd
(for details see
SimpleDateFormat).
Description of the installed keyboard configuration.
Exposed as a String
parameter.
Name of the installed keyboard configuration.
Exposed as a String
parameter.
Revision of the installed keyboard configuration.
Exposed as an int
parameter.
Version of the installed keyboard configuration.
Exposed as an int
parameter.
Retrieves the corresponding Property value from a valid integer.
value | Integer to use as input in the conversion. |
---|
Converts the property to its integer corresponding value.