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