to top
Datalogic APIs
public static final enum

VisualFormatter.Item.Type

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.decode.VisualFormatter.Item.Type

Class Overview

VisualFormatter.Item.Type is an enumeration representing the type of item.

Summary

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
static VisualFormatter.Item.Type fromInt(int value)
Retrieves the corresponding item type value from a valid integer.
int toInt()
Converts the item type to its integer corresponding value.
static VisualFormatter.Item.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 VisualFormatter.Item.Type DISPATCHER

Added in revision 24

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.

public static final VisualFormatter.Item.Type FORMATTER

Added in revision 24

Formatter type, used to modify the input barcode data such as the barcode string or type.

Public Methods

public static VisualFormatter.Item.Type fromInt (int value)

Added in revision 24

Retrieves the corresponding item type value from a valid integer.

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

public int toInt ()

Added in revision 24

Converts the item type to its integer corresponding value.

Returns
  • Integer value of this item type.

public static VisualFormatter.Item.Type valueOf (String name)

Added in revision 24

public static final Type[] values ()

Added in revision 24