public static enum StpApi.CartonContentsResult extends java.lang.Enum<StpApi.CartonContentsResult> implements com.google.protobuf.ProtocolMessageEnum
Impinj.STP.CartonContentsResult| Enum Constant and Description |
|---|
CARTON_CONTENTS_RESULT_ERROR_NO_ENTER
The stop trigger was seen for this carton, but no
corresponding start was seen.
|
CARTON_CONTENTS_RESULT_ERROR_NO_START
DEPRECATED
|
CARTON_CONTENTS_RESULT_OK
This indicates that the contents of this packet describes a
carton for which the device had good data.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CARTON_CONTENTS_RESULT_ERROR_NO_ENTER_VALUE
The stop trigger was seen for this carton, but no
corresponding start was seen.
|
static int |
CARTON_CONTENTS_RESULT_ERROR_NO_START_VALUE
DEPRECATED
|
static int |
CARTON_CONTENTS_RESULT_OK_VALUE
This indicates that the contents of this packet describes a
carton for which the device had good data.
|
| 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.CartonContentsResult> |
internalGetValueMap() |
static StpApi.CartonContentsResult |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StpApi.CartonContentsResult |
valueOf(int value) |
static StpApi.CartonContentsResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StpApi.CartonContentsResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StpApi.CartonContentsResult CARTON_CONTENTS_RESULT_OK
public static final StpApi.CartonContentsResult CARTON_CONTENTS_RESULT_ERROR_NO_ENTER
public static final StpApi.CartonContentsResult CARTON_CONTENTS_RESULT_ERROR_NO_START
public static final int CARTON_CONTENTS_RESULT_OK_VALUE
public static final int CARTON_CONTENTS_RESULT_ERROR_NO_ENTER_VALUE
public static final int CARTON_CONTENTS_RESULT_ERROR_NO_START_VALUE
public static StpApi.CartonContentsResult[] values()
for (StpApi.CartonContentsResult c : StpApi.CartonContentsResult.values()) System.out.println(c);
public static StpApi.CartonContentsResult 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.CartonContentsResult valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<StpApi.CartonContentsResult> 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.CartonContentsResult valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)