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