to top
Datalogic APIs
public static final enum

PoseManager.ExecutionOption.Type

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.device.configuration.PoseManager.ExecutionOption.Type

Class Overview

The type of execution option.

Summary

Enum Values
PoseManager.ExecutionOption.Type  NOTIFY_LISTENER  This type notifies listeners registered in the PoseManager when the associated pose setting is valid. 
PoseManager.ExecutionOption.Type  SEND_INTENT  This type sends an intent when the associated pose setting is valid. 
Public Methods
static PoseManager.ExecutionOption.Type valueOf(String name)
final static Type[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PoseManager.ExecutionOption.Type NOTIFY_LISTENER

Added in revision 47

This type notifies listeners registered in the PoseManager when the associated pose setting is valid.

public static final PoseManager.ExecutionOption.Type SEND_INTENT

Added in revision 47

This type sends an intent when the associated pose setting is valid.

Public Methods

public static PoseManager.ExecutionOption.Type valueOf (String name)

Added in revision 47

public static final Type[] values ()

Added in revision 47