public final enum

BootType

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

Class Overview

The BootType enumeration defines the type of boot reason.

Summary

Enum Values
BootType  ENTERPRISE_RESET  Enterprise reset  
BootType  FACTORY_RESET  Factory reset  
BootType  RESET  Software reset  
Public Methods
static BootType valueOf(String name)
final static BootType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final BootType ENTERPRISE_RESET

Added in revision 1

Enterprise reset

public static final BootType FACTORY_RESET

Added in revision 1

Factory reset

public static final BootType RESET

Added in revision 1

Software reset

Public Methods

public static BootType valueOf (String name)

Added in revision 1

public static final BootType[] values ()

Added in revision 1