public static enum StpApi.InventorySearchMode extends java.lang.Enum<StpApi.InventorySearchMode> implements com.google.protobuf.ProtocolMessageEnum
Impinj.STP.InventorySearchMode
How to inventory tags.| Enum Constant and Description |
|---|
INVENTORY_SEARCH_MODE_CARTON_STAGE_1
ItemVerify Inventory Search Mode 1
|
INVENTORY_SEARCH_MODE_CARTON_STAGE_2
ItemVerify Inventory Search Mode 2
|
INVENTORY_SEARCH_MODE_DUAL_TARGET
Inventory tags from A to B state and back to A.
|
INVENTORY_SEARCH_MODE_SINGLE_TARGET_A_TO_B
Inventory tags from A to B state.
|
INVENTORY_SEARCH_MODE_SINGLE_TARGET_A_TO_B_MONZA_TAGFOCUS
Inventory tags from A to B state with boost.
|
INVENTORY_SEARCH_MODE_SINGLE_TARGET_B_TO_A
Inventory tags from B to A state.
|
INVENTORY_SEARCH_MODE_SINGLE_TARGET_B_TO_A_MONZA_TAGFOCUS
Inventory tags from B to A state with boost.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
INVENTORY_SEARCH_MODE_CARTON_STAGE_1_VALUE
ItemVerify Inventory Search Mode 1
|
static int |
INVENTORY_SEARCH_MODE_CARTON_STAGE_2_VALUE
ItemVerify Inventory Search Mode 2
|
static int |
INVENTORY_SEARCH_MODE_DUAL_TARGET_VALUE
Inventory tags from A to B state and back to A.
|
static int |
INVENTORY_SEARCH_MODE_SINGLE_TARGET_A_TO_B_MONZA_TAGFOCUS_VALUE
Inventory tags from A to B state with boost.
|
static int |
INVENTORY_SEARCH_MODE_SINGLE_TARGET_A_TO_B_VALUE
Inventory tags from A to B state.
|
static int |
INVENTORY_SEARCH_MODE_SINGLE_TARGET_B_TO_A_MONZA_TAGFOCUS_VALUE
Inventory tags from B to A state with boost.
|
static int |
INVENTORY_SEARCH_MODE_SINGLE_TARGET_B_TO_A_VALUE
Inventory tags from B to A state.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<StpApi.InventorySearchMode> |
internalGetValueMap() |
static StpApi.InventorySearchMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StpApi.InventorySearchMode |
valueOf(int value) |
static StpApi.InventorySearchMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StpApi.InventorySearchMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StpApi.InventorySearchMode INVENTORY_SEARCH_MODE_DUAL_TARGET
public static final StpApi.InventorySearchMode INVENTORY_SEARCH_MODE_SINGLE_TARGET_A_TO_B
public static final StpApi.InventorySearchMode INVENTORY_SEARCH_MODE_SINGLE_TARGET_B_TO_A
public static final StpApi.InventorySearchMode INVENTORY_SEARCH_MODE_SINGLE_TARGET_A_TO_B_MONZA_TAGFOCUS
public static final StpApi.InventorySearchMode INVENTORY_SEARCH_MODE_SINGLE_TARGET_B_TO_A_MONZA_TAGFOCUS
public static final StpApi.InventorySearchMode INVENTORY_SEARCH_MODE_CARTON_STAGE_1
public static final StpApi.InventorySearchMode INVENTORY_SEARCH_MODE_CARTON_STAGE_2
public static final int INVENTORY_SEARCH_MODE_DUAL_TARGET_VALUE
public static final int INVENTORY_SEARCH_MODE_SINGLE_TARGET_A_TO_B_VALUE
public static final int INVENTORY_SEARCH_MODE_SINGLE_TARGET_B_TO_A_VALUE
public static final int INVENTORY_SEARCH_MODE_SINGLE_TARGET_A_TO_B_MONZA_TAGFOCUS_VALUE
public static final int INVENTORY_SEARCH_MODE_SINGLE_TARGET_B_TO_A_MONZA_TAGFOCUS_VALUE
public static final int INVENTORY_SEARCH_MODE_CARTON_STAGE_1_VALUE
public static final int INVENTORY_SEARCH_MODE_CARTON_STAGE_2_VALUE
public static StpApi.InventorySearchMode[] values()
for (StpApi.InventorySearchMode c : StpApi.InventorySearchMode.values()) System.out.println(c);
public static StpApi.InventorySearchMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static StpApi.InventorySearchMode valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<StpApi.InventorySearchMode> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static StpApi.InventorySearchMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)