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