java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.decode.VisualFormatter.Item.Type |
VisualFormatter.Item.Type
is an enumeration representing the type of item.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
VisualFormatter.Item.Type | DISPATCHER | Dispatcher type, used to validate the input barcode data and decide which formatter type to execute between the ones installed in the same formatter configuration, with the addition of the standard formatter that is always executable. | |||||||||
VisualFormatter.Item.Type | FORMATTER | Formatter type, used to modify the input barcode data such as the barcode string or type. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding item type value from a valid integer.
| |||||||||||
Converts the item type to its integer corresponding value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Dispatcher type, used to validate the input barcode data and decide which formatter type to execute between the ones installed in the same formatter configuration, with the addition of the standard formatter that is always executable.
Formatter type, used to modify the input barcode data such as the barcode string or type.
Retrieves the corresponding item type value from a valid integer.
value | Integer to use as input in the conversion. |
---|
Converts the item type to its integer corresponding value.