public class

MultipleChoiceProperty

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

Class Overview

MultipleChoiceProperty is the class that implements the property of type MultipleChoice. The single choices are defined by the class that can be retrieved calling getChoices(). The value of the property is a combination of single choices. The combinations of the single choices that are allowed values can be retrieved calling getAllowedValues().

Summary

Public Methods
Integer[] getAllowedValues()
Returns the allowed values of the property.
Class getChoices()
Returns the class object that list the single choices that can be selected.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.Property
From class java.lang.Object

Public Methods

public Integer[] getAllowedValues ()

Added in revision 35

Returns the allowed values of the property. The allowed values of the property are profiled based on the model and sku of the device,

Returns
  • Integer[] The allowed values.

public Class getChoices ()

Added in revision 35

Returns the class object that list the single choices that can be selected.

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