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