to top
Datalogic APIs
public final enum

NotificationPanelPolicy

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

Class Overview

The NotificationPanelPolicy enumeration defines the notifications to be displayed on the Notification Panel.

Summary

Enum Values
NotificationPanelPolicy  ALL  All notifications are displayed on the Notification Panel. 
NotificationPanelPolicy  NONE  No notifications are displayed on the Notification Panel. 
NotificationPanelPolicy  SILENT_HIDDEN  The silent notifications are not displayed on the Notification Panel. 
Public Methods
static NotificationPanelPolicy fromInt(int n)
Retrieves the corresponding NotificationPanelPolicy value, from a valid integer.
int toInt()
Converts the NotificationPanelPolicy to its integer corresponding value.
static NotificationPanelPolicy valueOf(String name)
final static NotificationPanelPolicy[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final NotificationPanelPolicy ALL

Added in revision 40

All notifications are displayed on the Notification Panel.

public static final NotificationPanelPolicy NONE

Added in revision 40

No notifications are displayed on the Notification Panel.

public static final NotificationPanelPolicy SILENT_HIDDEN

Added in revision 40

The silent notifications are not displayed on the Notification Panel.

Public Methods

public static NotificationPanelPolicy fromInt (int n)

Added in revision 40

Retrieves the corresponding NotificationPanelPolicy value, from a valid integer.

Parameters
n int
Returns
  • NotificationPanelPolicy the corresponding one.

public int toInt ()

Added in revision 40

Converts the NotificationPanelPolicy to its integer corresponding value.

Returns
  • int

public static NotificationPanelPolicy valueOf (String name)

Added in revision 40

public static final NotificationPanelPolicy[] values ()

Added in revision 40