to top
Datalogic APIs
public final enum

WhitelistingPersistence

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.device.configuration.WhitelistingPersistence

Summary

Enum Values
WhitelistingPersistence  DEFAULT  Object with this level of persistence cannot be deleted  
WhitelistingPersistence  ENTERPRISE_RESET  Persistence at enterprise reset. 
WhitelistingPersistence  FACTORY_RESET  Persistence at factory reset. 
WhitelistingPersistence  REBOOT  Persistence only at reboot. 
Public Methods
static WhitelistingPersistence fromInt(int value)
Retrieves the corresponding WhitelistingPersistence value, from a valid integer.
int toInt()
Converts the WhitelistingPersistence enum to its integer representing value.
String toString()
Converts the WhitelistingPersistence enum to its string representing name.
static WhitelistingPersistence valueOf(String name)
final static WhitelistingPersistence[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final WhitelistingPersistence DEFAULT

Added in revision 37

Object with this level of persistence cannot be deleted

public static final WhitelistingPersistence ENTERPRISE_RESET

Added in revision 37

Persistence at enterprise reset. Object with this level of persistence will be deleted after only a factory reset or an espresso package installation.

public static final WhitelistingPersistence FACTORY_RESET

Added in revision 37

Persistence at factory reset. Object with this level of persistence will be deleted after an espresso package installation.

public static final WhitelistingPersistence REBOOT

Added in revision 37

Persistence only at reboot. Object with this level of persistence will be deleted only after a reset or an espresso package installation.

Public Methods

public static WhitelistingPersistence fromInt (int value)

Added in revision 37

Retrieves the corresponding WhitelistingPersistence value, from a valid integer.

Parameters
value int
Returns
  • Type the corresponding one.

public int toInt ()

Added in revision 37

Converts the WhitelistingPersistence enum to its integer representing value.

Returns
  • int

public String toString ()

Converts the WhitelistingPersistence enum to its string representing name.

Returns
  • int

public static WhitelistingPersistence valueOf (String name)

Added in revision 37

public static final WhitelistingPersistence[] values ()

Added in revision 37