to top
Datalogic APIs
public final enum

ScanningPreviewGs1EvaluationRemoteAddressFormat

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.decode.configuration.ScanningPreviewGs1EvaluationRemoteAddressFormat

Class Overview

Enum representing the format used to complete the remote address for the request of a specific item.

Summary

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
static ScanningPreviewGs1EvaluationRemoteAddressFormat valueOf(String name)
final static ScanningPreviewGs1EvaluationRemoteAddressFormat[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ScanningPreviewGs1EvaluationRemoteAddressFormat GTIN_INSIDE_PATH

Added in revision 50

Specify the GTIN in the path part of the URI (for example: www.example.org/gtin/VALUE).

public static final ScanningPreviewGs1EvaluationRemoteAddressFormat GTIN_INSIDE_QUERY

Added in revision 50

Specify the GTIN in the query part of the URI (for example: www.example.org/?gtin=VALUE).

Public Methods

public static ScanningPreviewGs1EvaluationRemoteAddressFormat valueOf (String name)

Added in revision 50

public static final ScanningPreviewGs1EvaluationRemoteAddressFormat[] values ()

Added in revision 50