| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.decode.configuration.ScanningPreviewGs1EvaluationRemoteAddressFormat | |
Enum representing the format used to complete the remote address for the request of a specific item.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ScanningPreviewGs1EvaluationRemoteAddressFormat | GTIN_INSIDE_PATH | Specify the GTIN in the path part of the URI (for example: www.example.org/gtin/VALUE). | |||||||||
| ScanningPreviewGs1EvaluationRemoteAddressFormat | GTIN_INSIDE_QUERY | Specify the GTIN in the query part of the URI (for example: www.example.org/?gtin=VALUE). | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Specify the GTIN in the path part of the URI (for example: www.example.org/gtin/VALUE).
Specify the GTIN in the query part of the URI (for example: www.example.org/?gtin=VALUE).