public class EPCFilter extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ADI |
boolean |
Enabled
A value indicating whether the 1800 deviceˇ¦s EPC filter function is enabled.
|
int |
Encoding
EPC encoding scheme to filter.
|
FilterMethod |
FilterMethod
How EPC is filtered: By filter value, by the first partition in EPC, or by the second partition in EPC.
|
EPCFilterType |
FilterType
Type of filter: Inclusion or exclusion.
|
int |
FilterValue
EPC filter value.
|
static int |
GDTI113 |
static int |
GDTI96 |
static int |
GIAI202 |
static int |
GIAI96 |
static int |
GID96 |
static int |
GRAI170 |
static int |
GRAI96 |
static int |
GSRN96 |
static int |
None |
String |
Part1Value
The value of the EPC first partition to be filtered.
|
String |
Part2FromValue
The start value of the EPC second partition to be filtered.
|
int |
Part2MaxLength
Maximum number of digits/characters in the EPC second partition.
|
String |
Part2ToValue
The end value of the EPC second partition to be filtered.
|
static int |
SGLN195 |
static int |
SGLN96 |
static int |
SGTIN198 |
static int |
SGTIN96 |
static int |
SSCC96 |
static int |
USDoD96 |
Constructor and Description |
---|
EPCFilter() |
public static final int None
public static final int SGTIN96
public static final int SGTIN198
public static final int SSCC96
public static final int SGLN96
public static final int SGLN195
public static final int GRAI96
public static final int GRAI170
public static final int GIAI96
public static final int GIAI202
public static final int GSRN96
public static final int GDTI96
public static final int GDTI113
public static final int GID96
public static final int USDoD96
public static final int ADI
public boolean Enabled
public EPCFilterType FilterType
public int Encoding
public FilterMethod FilterMethod
public int FilterValue
public String Part1Value
public String Part2FromValue
public String Part2ToValue
public int Part2MaxLength