public static enum StpApi.SerialNumberRangeFormat extends java.lang.Enum<StpApi.SerialNumberRangeFormat> implements com.google.protobuf.ProtocolMessageEnum
Impinj.STP.SerialNumberRangeFormat
Serial Number Range format specifies whether the EPC will be
formatted in binary coded hexadecimal or binary coded
decimal.| Enum Constant and Description |
|---|
SERIAL_NUMBER_RANGE_FORMAT_DEC |
SERIAL_NUMBER_RANGE_FORMAT_HEX |
| Modifier and Type | Field and Description |
|---|---|
static int |
SERIAL_NUMBER_RANGE_FORMAT_DEC_VALUE |
static int |
SERIAL_NUMBER_RANGE_FORMAT_HEX_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.SerialNumberRangeFormat> |
internalGetValueMap() |
static StpApi.SerialNumberRangeFormat |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StpApi.SerialNumberRangeFormat |
valueOf(int value) |
static StpApi.SerialNumberRangeFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StpApi.SerialNumberRangeFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StpApi.SerialNumberRangeFormat SERIAL_NUMBER_RANGE_FORMAT_HEX
public static final StpApi.SerialNumberRangeFormat SERIAL_NUMBER_RANGE_FORMAT_DEC
public static final int SERIAL_NUMBER_RANGE_FORMAT_HEX_VALUE
public static final int SERIAL_NUMBER_RANGE_FORMAT_DEC_VALUE
public static StpApi.SerialNumberRangeFormat[] values()
for (StpApi.SerialNumberRangeFormat c : StpApi.SerialNumberRangeFormat.values()) System.out.println(c);
public static StpApi.SerialNumberRangeFormat 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.SerialNumberRangeFormat valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<StpApi.SerialNumberRangeFormat> 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.SerialNumberRangeFormat valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)