public static class VisualFormatter.Item
extends java.lang.Object
VisualFormatter.Item is a class representing a visual formatting item,
used to manipulate the input barcode data when set as active item.| Modifier and Type | Class and Description |
|---|---|
static 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. |
static class |
VisualFormatter.Item.Type
VisualFormatter.Item.Type is an enumeration representing the type of item. |
| Constructor and Description |
|---|
Item(int version,
java.lang.String name,
java.lang.String id,
java.lang.String fileName,
VisualFormatter.Item.Type type,
java.lang.String description,
java.lang.String author,
java.lang.String revision,
java.lang.String date,
VisualFormatter.PersistenceType persistenceType,
java.lang.String projectId,
java.lang.String projectName,
java.util.List<VisualFormatter.Item.Property> properties) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor()
Returns the item author.
|
java.lang.String |
getDate()
Returns the item creation date.
|
java.lang.String |
getDescription()
Returns the item description.
|
java.lang.String |
getFileName() |
java.lang.String |
getId() |
java.lang.String |
getName()
Returns the item name.
|
VisualFormatter.PersistenceType |
getPersistenceType()
Returns the item persistence type.
|
java.lang.String |
getProjectId()
Returns the id of the project the item belongs to.
|
java.lang.String |
getProjectName()
Returns the name of the project the item belongs to.
|
java.util.List<VisualFormatter.Item.Property> |
getProperties()
Returns the item properties.
|
java.lang.String |
getRevision()
Returns the item revision.
|
VisualFormatter.Item.Type |
getType()
Returns the item type.
|
int |
getVersion() |
public Item(int version,
java.lang.String name,
java.lang.String id,
java.lang.String fileName,
VisualFormatter.Item.Type type,
java.lang.String description,
java.lang.String author,
java.lang.String revision,
java.lang.String date,
VisualFormatter.PersistenceType persistenceType,
java.lang.String projectId,
java.lang.String projectName,
java.util.List<VisualFormatter.Item.Property> properties)
public int getVersion()
public java.lang.String getName()
public java.lang.String getId()
public java.lang.String getFileName()
public VisualFormatter.Item.Type getType()
public java.lang.String getDescription()
public java.lang.String getAuthor()
public java.lang.String getRevision()
public java.lang.String getDate()
public VisualFormatter.PersistenceType getPersistenceType()
public java.lang.String getProjectId()
public java.lang.String getProjectName()
public java.util.List<VisualFormatter.Item.Property> getProperties()