public class

ProfileType

extends Object
java.lang.Object
   ↳ com.datalogic.device.configuration.ProfileType

Class Overview

ProfileType is the class that implements the descriptor of a profile.

Summary

Fields
public String description Short description of the profile.
public String name Name of the profile.
public PersistenceType persistence Persistence of the profile.
Public Constructors
ProfileType()
Public Methods
String toString()
Returns a string representation of theProfileType.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String description

Added in revision 32

Short description of the profile.

public String name

Added in revision 32

Name of the profile. Creating a profile with the same name of one already defined on the device is refused.

public PersistenceType persistence

Added in revision 32

Persistence of the profile.

Public Constructors

public ProfileType ()

Added in revision 32

Public Methods

public String toString ()

Returns a string representation of theProfileType.