to top
Datalogic APIs
public class

BlobProperty

extends Property<T>
java.lang.Object
   ↳ com.datalogic.device.configuration.Property<T>
     ↳ com.datalogic.device.configuration.BlobProperty

Class Overview

BlobProperty implements the property that allows to manage any class through the ConfigurationManager. The only constraint is that the base type for a BlobProperty must extends the abstract class SerializableBlob.

Summary

Public Constructors
BlobProperty(int index)
Constructor
Public Methods
Class getBlobClass()
Returns the class object corresponding to the Blob.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.Property
From class java.lang.Object

Public Constructors

public BlobProperty (int index)

Added in revision 36

Constructor

Public Methods

public Class getBlobClass ()

Added in revision 36

Returns the class object corresponding to the Blob.

Returns
  • Class representing the corresponding blob class, null in case of error.