| java.lang.Object | |
| ↳ | com.datalogic.decode.configuration.ScanningPreviewGs1EvaluationLabels.Label |
A single label of the list.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the application identifier of this label.
| |||||||||||
Gets the name of this label.
| |||||||||||
Gets the priority in which to show this label in the UI.
| |||||||||||
Gets the identifier used to univocally identify the item
when querying the remote server.
| |||||||||||
Sets the application identifier of this label.
| |||||||||||
Sets the name of this label.
| |||||||||||
Sets the priority in which to show this label in the UI.
| |||||||||||
Sets the identifier used to univocally identify the item
when querying the remote server.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Default constructor.
| name | Name shown in the UI for this label. |
|---|---|
| applicationIdentifier | Application identifier of this label. It can be kept as null or as an empty string if it doesn't exist. |
| remoteIdentifier | Used to univocally identify the item when querying the remote server. It can be kept as null or as an empty string if it doesn't exist. |
| priority | The priority in which to show this label in the UI. |
| IllegalArgumentException | in case the name is null or an empty string or if the priority is a negative number.. |
|---|
Gets the application identifier of this label.
Gets the name of this label.
Gets the priority in which to show this label in the UI.
Gets the identifier used to univocally identify the item when querying the remote server.
Sets the application identifier of this label.
| applicationIdentifier | Application identifier of this label. It can be kept as null or as an empty string if it doesn't exist. |
|---|
Sets the name of this label.
| name | Name shown in the UI for this label. |
|---|
| IllegalArgumentException | if the name is null or an empty string. |
|---|
Sets the priority in which to show this label in the UI.
| priority | The priority in which to show this label in the UI. |
|---|
| IllegalArgumentException | if the priority is a negative number. |
|---|
Sets the identifier used to univocally identify the item when querying the remote server.
| remoteIdentifier | Used to univocally identify the item when querying the remote server. It can be kept as null or as an empty string if it doesn't exist. |
|---|