java.lang.Object |
↳ |
com.datalogic.device.configuration.SerializableBlob |
Known Direct Subclasses
BluetoothSilentPairingWhitelisting |
BluetoothSilentPairingWhitelisting implements the class that manages the silent pairing devices whitelisting. |
StringArrayBlob |
StringArrayBlob implements the SerializableBlob that manages a list of String . |
StringSetBlob |
StringSetBlob implements the SerializableBlob that manages a collection of String . |
UsbHostWhitelisting |
UsbHostWhitelisting implements the BlobProperty that allows to manage USB host whitelisting. |
|
Known Indirect Subclasses
SupportedWtApplications |
StringArrayBlob implements the class that manages the list of supported Walkie-Talkie applications to be used with the Push-to-Talk button. |
|
Class Overview
The base type for a BlobProperty must extends the abstract class SerializableBlob.
Summary
Public Methods |
SerializableBlob
|
clone()
Method to crete a clone of the instance of the base type of the BlobProperty
it is used by the get() method of BlobProperty to give not the reference to the same instance present in ConfigurationManager tree
otherwise the commit() does not work
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
SerializableBlob
()
Public Methods
Method to crete a clone of the instance of the base type of the BlobProperty
it is used by the get() method of BlobProperty to give not the reference to the same instance present in ConfigurationManager tree
otherwise the commit() does not work
Throws
CloneNotSupportedException
| |