public static class

AutoScanTrigger.Range

extends Object
java.lang.Object
   ↳ com.datalogic.device.input.AutoScanTrigger.Range

Class Overview

Class representing a specific AutoScan range, constituted by an id and a name.

Summary

Public Methods
int getId()
Gets the range ID.
String getName()
Gets the range name.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public int getId ()

Added in revision 5

Gets the range ID.

Returns
  • int The range ID.

public String getName ()

Added in revision 5

Gets the range name.

Returns
  • String The range name.