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