public static enum StpApi.ReportType extends java.lang.Enum<StpApi.ReportType> implements com.google.protobuf.ProtocolMessageEnum
Impinj.STP.ReportType
Use this type when registering a report handler.| Enum Constant and Description |
|---|
REPORT_TYPE_ALL |
REPORT_TYPE_CARTON_CONTENTS |
REPORT_TYPE_DEVICE_EVENT |
REPORT_TYPE_OPERATION_SUMMARY |
REPORT_TYPE_TAG_OPERATION |
| Modifier and Type | Field and Description |
|---|---|
static int |
REPORT_TYPE_ALL_VALUE |
static int |
REPORT_TYPE_CARTON_CONTENTS_VALUE |
static int |
REPORT_TYPE_DEVICE_EVENT_VALUE |
static int |
REPORT_TYPE_OPERATION_SUMMARY_VALUE |
static int |
REPORT_TYPE_TAG_OPERATION_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.ReportType> |
internalGetValueMap() |
static StpApi.ReportType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StpApi.ReportType |
valueOf(int value) |
static StpApi.ReportType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StpApi.ReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StpApi.ReportType REPORT_TYPE_ALL
public static final StpApi.ReportType REPORT_TYPE_DEVICE_EVENT
public static final StpApi.ReportType REPORT_TYPE_OPERATION_SUMMARY
public static final StpApi.ReportType REPORT_TYPE_TAG_OPERATION
public static final StpApi.ReportType REPORT_TYPE_CARTON_CONTENTS
public static final int REPORT_TYPE_ALL_VALUE
public static final int REPORT_TYPE_DEVICE_EVENT_VALUE
public static final int REPORT_TYPE_OPERATION_SUMMARY_VALUE
public static final int REPORT_TYPE_TAG_OPERATION_VALUE
public static final int REPORT_TYPE_CARTON_CONTENTS_VALUE
public static StpApi.ReportType[] values()
for (StpApi.ReportType c : StpApi.ReportType.values()) System.out.println(c);
public static StpApi.ReportType 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.ReportType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<StpApi.ReportType> 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.ReportType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)