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