to top
Datalogic APIs
public static final enum

EnterpriseBatterySaverProfiles.Profile.Location

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.device.configuration.EnterpriseBatterySaverProfiles.Profile.Location

Class Overview

The location of the profile.

Summary

Enum Values
EnterpriseBatterySaverProfiles.Profile.Location  ENTERPRISE  The profile is installed in the enterprise space. 
EnterpriseBatterySaverProfiles.Profile.Location  ENTERPRISE_FACTORY  The profile is installed in the enterprise factory. 
EnterpriseBatterySaverProfiles.Profile.Location  SYSTEM  The profile is installed in the system space. 
EnterpriseBatterySaverProfiles.Profile.Location  USERDATA  The profile is installed in the user space. 
Public Methods
static EnterpriseBatterySaverProfiles.Profile.Location valueOf(String name)
final static Location[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final EnterpriseBatterySaverProfiles.Profile.Location ENTERPRISE

Added in revision 44

The profile is installed in the enterprise space.

public static final EnterpriseBatterySaverProfiles.Profile.Location ENTERPRISE_FACTORY

Added in revision 44

The profile is installed in the enterprise factory.

public static final EnterpriseBatterySaverProfiles.Profile.Location SYSTEM

Added in revision 44

The profile is installed in the system space.

public static final EnterpriseBatterySaverProfiles.Profile.Location USERDATA

Added in revision 44

The profile is installed in the user space.

Public Methods

public static EnterpriseBatterySaverProfiles.Profile.Location valueOf (String name)

Added in revision 44

public static final Location[] values ()

Added in revision 44