to top
Datalogic APIs
public static class

VisualFormatter.Item

extends Object
java.lang.Object
   ↳ com.datalogic.decode.VisualFormatter.Item

Class Overview

VisualFormatter.Item is a class representing a visual formatting item, used to manipulate the input barcode data when set as active item.

Summary

Nested Classes
class VisualFormatter.Item.Property<T> VisualFormatter.Item.Property is a class representing a property of a visual formatting item, used to add custom parameters that can change the runtime behavior of the formatting item. 
enum VisualFormatter.Item.Type VisualFormatter.Item.Type is an enumeration representing the type of item. 
Public Methods
String getAuthor()
Returns the item author.
String getDate()
Returns the item creation date.
String getDescription()
Returns the item description.
String getName()
Returns the item name.
VisualFormatter.PersistenceType getPersistenceType()
Returns the item persistence type.
String getProjectId()
Returns the id of the project the item belongs to.
String getProjectName()
Returns the name of the project the item belongs to.
List<Property> getProperties()
Returns the item properties.
String getRevision()
Returns the item revision.
VisualFormatter.Item.Type getType()
Returns the item type.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getAuthor ()

Added in revision 24

Returns the item author.

Returns
  • The item author.

public String getDate ()

Added in revision 24

Returns the item creation date.

Returns
  • The item creation date.

public String getDescription ()

Added in revision 24

Returns the item description.

Returns
  • The item description.

public String getName ()

Added in revision 24

Returns the item name.

Returns
  • The item name.

public VisualFormatter.PersistenceType getPersistenceType ()

Added in revision 24

Returns the item persistence type.

Returns
  • The item persistence type.

public String getProjectId ()

Added in revision 24

Returns the id of the project the item belongs to.

Returns
  • The project id.

public String getProjectName ()

Added in revision 24

Returns the name of the project the item belongs to.

Returns
  • The project name.

public List<Property> getProperties ()

Added in revision 26

Returns the item properties.

Returns
  • The item properties.

public String getRevision ()

Added in revision 24

Returns the item revision.

Returns
  • The item revision.

public VisualFormatter.Item.Type getType ()

Added in revision 24

Returns the item type.

Returns
  • The item type.