to top
Datalogic APIs
public static final enum

VisualFormatter.PersistenceType

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

Class Overview

VisualFormatter.PersistenceType is an enumeration representing the persistence type of the installed visual formatter configuration.

Summary

Enum Values
VisualFormatter.PersistenceType  ENTERPRISE_RESET_PERSISTENT  The visual formatter configuration is persistent to enterprise reset. 
VisualFormatter.PersistenceType  FACTORY_RESET_PERSISTENT  The visual formatter configuration is persistent to factory reset. 
VisualFormatter.PersistenceType  REBOOT_PERSISTENT  The visual formatter configuration is persistent to device reboots. 
Public Methods
static VisualFormatter.PersistenceType fromInt(int value)
Retrieves the corresponding PersistenceType value from a valid integer.
int toInt()
Converts the PersistenceType to its integer corresponding value.
static VisualFormatter.PersistenceType valueOf(String name)
final static PersistenceType[] 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.PersistenceType ENTERPRISE_RESET_PERSISTENT

Added in revision 24

The visual formatter configuration is persistent to enterprise reset. Only a factory reset can remove this configuration.

public static final VisualFormatter.PersistenceType FACTORY_RESET_PERSISTENT

Added in revision 24

The visual formatter configuration is persistent to factory reset.

public static final VisualFormatter.PersistenceType REBOOT_PERSISTENT

Added in revision 24

The visual formatter configuration is persistent to device reboots. Any type of data reset (enterprise or factory) will remove this configuration.

Public Methods

public static VisualFormatter.PersistenceType fromInt (int value)

Added in revision 24

Retrieves the corresponding PersistenceType value from a valid integer.

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

public int toInt ()

Added in revision 24

Converts the PersistenceType to its integer corresponding value.

Returns
  • Integer value of this persistence type.

public static VisualFormatter.PersistenceType valueOf (String name)

Added in revision 24

public static final PersistenceType[] values ()

Added in revision 24