public class

BooleanProperty

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

Class Overview

BooleanProperty is the class that implements the property of type Boolean.

Summary

Public Constructors
BooleanProperty(int index)
This is the constructor of BooleanProperty.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.Property
From class java.lang.Object

Public Constructors

public BooleanProperty (int index)

Added in revision 1

This is the constructor of BooleanProperty.

Parameters
index int the corresponding ID.