public static enum StpApi.CartonContentsErrorType extends java.lang.Enum<StpApi.CartonContentsErrorType> implements com.google.protobuf.ProtocolMessageEnum
Impinj.STP.CartonContentsErrorType| Enum Constant and Description |
|---|
CARTON_CONTENTS_ERROR_EXTRA_LEADING_ENTER |
CARTON_CONTENTS_ERROR_EXTRA_TRAILING_ENTER |
CARTON_CONTENTS_ERROR_MISSING_LEADING_ENTER |
CARTON_CONTENTS_ERROR_MISSING_TRAILING_ENTER |
| Modifier and Type | Field and Description |
|---|---|
static int |
CARTON_CONTENTS_ERROR_EXTRA_LEADING_ENTER_VALUE |
static int |
CARTON_CONTENTS_ERROR_EXTRA_TRAILING_ENTER_VALUE |
static int |
CARTON_CONTENTS_ERROR_MISSING_LEADING_ENTER_VALUE |
static int |
CARTON_CONTENTS_ERROR_MISSING_TRAILING_ENTER_VALUE |
| 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.CartonContentsErrorType> |
internalGetValueMap() |
static StpApi.CartonContentsErrorType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StpApi.CartonContentsErrorType |
valueOf(int value) |
static StpApi.CartonContentsErrorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StpApi.CartonContentsErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StpApi.CartonContentsErrorType CARTON_CONTENTS_ERROR_EXTRA_LEADING_ENTER
public static final StpApi.CartonContentsErrorType CARTON_CONTENTS_ERROR_EXTRA_TRAILING_ENTER
public static final StpApi.CartonContentsErrorType CARTON_CONTENTS_ERROR_MISSING_LEADING_ENTER
public static final StpApi.CartonContentsErrorType CARTON_CONTENTS_ERROR_MISSING_TRAILING_ENTER
public static final int CARTON_CONTENTS_ERROR_EXTRA_LEADING_ENTER_VALUE
public static final int CARTON_CONTENTS_ERROR_EXTRA_TRAILING_ENTER_VALUE
public static final int CARTON_CONTENTS_ERROR_MISSING_LEADING_ENTER_VALUE
public static final int CARTON_CONTENTS_ERROR_MISSING_TRAILING_ENTER_VALUE
public static StpApi.CartonContentsErrorType[] values()
for (StpApi.CartonContentsErrorType c : StpApi.CartonContentsErrorType.values()) System.out.println(c);
public static StpApi.CartonContentsErrorType 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.CartonContentsErrorType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<StpApi.CartonContentsErrorType> 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.CartonContentsErrorType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)