public static enum StpApi.Gen2Mode extends java.lang.Enum<StpApi.Gen2Mode> implements com.google.protobuf.ProtocolMessageEnum
Impinj.STP.Gen2Mode| Enum Constant and Description |
|---|
GEN2_MODE_AUTO_SET
DEPRECATED
|
GEN2_MODE_DENSE_READER_M4 |
GEN2_MODE_DENSE_READER_M4_2 |
GEN2_MODE_DENSE_READER_M8 |
GEN2_MODE_HYBRID |
GEN2_MODE_MAX_MILLER |
GEN2_MODE_MAX_THROUGHPUT |
GEN2_MODE_MAX_THROUGHPUT_M4 |
| Modifier and Type | Field and Description |
|---|---|
static int |
GEN2_MODE_AUTO_SET_VALUE
DEPRECATED
|
static int |
GEN2_MODE_DENSE_READER_M4_2_VALUE |
static int |
GEN2_MODE_DENSE_READER_M4_VALUE |
static int |
GEN2_MODE_DENSE_READER_M8_VALUE |
static int |
GEN2_MODE_HYBRID_VALUE |
static int |
GEN2_MODE_MAX_MILLER_VALUE |
static int |
GEN2_MODE_MAX_THROUGHPUT_M4_VALUE |
static int |
GEN2_MODE_MAX_THROUGHPUT_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.Gen2Mode> |
internalGetValueMap() |
static StpApi.Gen2Mode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StpApi.Gen2Mode |
valueOf(int value) |
static StpApi.Gen2Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StpApi.Gen2Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StpApi.Gen2Mode GEN2_MODE_MAX_THROUGHPUT
public static final StpApi.Gen2Mode GEN2_MODE_HYBRID
public static final StpApi.Gen2Mode GEN2_MODE_DENSE_READER_M4
public static final StpApi.Gen2Mode GEN2_MODE_DENSE_READER_M8
public static final StpApi.Gen2Mode GEN2_MODE_MAX_MILLER
public static final StpApi.Gen2Mode GEN2_MODE_DENSE_READER_M4_2
public static final StpApi.Gen2Mode GEN2_MODE_MAX_THROUGHPUT_M4
public static final StpApi.Gen2Mode GEN2_MODE_AUTO_SET
public static final int GEN2_MODE_MAX_THROUGHPUT_VALUE
public static final int GEN2_MODE_HYBRID_VALUE
public static final int GEN2_MODE_DENSE_READER_M4_VALUE
public static final int GEN2_MODE_DENSE_READER_M8_VALUE
public static final int GEN2_MODE_MAX_MILLER_VALUE
public static final int GEN2_MODE_DENSE_READER_M4_2_VALUE
public static final int GEN2_MODE_MAX_THROUGHPUT_M4_VALUE
public static final int GEN2_MODE_AUTO_SET_VALUE
public static StpApi.Gen2Mode[] values()
for (StpApi.Gen2Mode c : StpApi.Gen2Mode.values()) System.out.println(c);
public static StpApi.Gen2Mode 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.Gen2Mode valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<StpApi.Gen2Mode> 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.Gen2Mode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)