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