| java.lang.Object | ||
| ↳ | com.datalogic.device.configuration.SerializableBlob | |
| ↳ | com.datalogic.decode.configuration.ScanningPreviewGs1EvaluationLabels | |
Class defining the labels checked in the content of the barcode decoded from the scanning preview, when GS1 evaluation is enabled.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ScanningPreviewGs1EvaluationLabels.Label | A single label of the list. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add a label to the list.
| |||||||||||
Remove all label from the list.
| |||||||||||
Get an unmodifiable list with the currently configured labels.
| |||||||||||
Remove a label from the list, whose name is the same as the one passed as parameter.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.SerializableBlob
| |||||||||||
From class
java.lang.Object
| |||||||||||
Add a label to the list. If a label with the same name already exists, it will be replaced.
| label | The label to add. |
|---|
| IllegalArgumentException | if the label is null or contains invalid values (for example a priority value that is already found in the current labels). |
|---|
Get an unmodifiable list with the currently configured labels.
Remove a label from the list, whose name is the same as the one passed as parameter.
| labelName | The name of the label to remove. |
|---|
| IllegalArgumentException | if the label name is null. |
|---|