public static enum StpApi.OperationTriggerType extends java.lang.Enum<StpApi.OperationTriggerType> implements com.google.protobuf.ProtocolMessageEnum
Impinj.STP.OperationTriggerType
**NOT YET SUPPORTED** The source of the operation
start/stop.| Enum Constant and Description |
|---|
OPERATION_TRIGGER_TYPE_CLIENT |
OPERATION_TRIGGER_TYPE_GPI |
OPERATION_TRIGGER_TYPE_TIMEOUT
OPERATION_TRIGGER_TYPE_COUNT = 3;
|
| Modifier and Type | Field and Description |
|---|---|
static int |
OPERATION_TRIGGER_TYPE_CLIENT_VALUE |
static int |
OPERATION_TRIGGER_TYPE_GPI_VALUE |
static int |
OPERATION_TRIGGER_TYPE_TIMEOUT_VALUE
OPERATION_TRIGGER_TYPE_COUNT = 3;
|
| 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.OperationTriggerType> |
internalGetValueMap() |
static StpApi.OperationTriggerType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StpApi.OperationTriggerType |
valueOf(int value) |
static StpApi.OperationTriggerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StpApi.OperationTriggerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StpApi.OperationTriggerType OPERATION_TRIGGER_TYPE_CLIENT
public static final StpApi.OperationTriggerType OPERATION_TRIGGER_TYPE_GPI
public static final StpApi.OperationTriggerType OPERATION_TRIGGER_TYPE_TIMEOUT
public static final int OPERATION_TRIGGER_TYPE_CLIENT_VALUE
public static final int OPERATION_TRIGGER_TYPE_GPI_VALUE
public static final int OPERATION_TRIGGER_TYPE_TIMEOUT_VALUE
public static StpApi.OperationTriggerType[] values()
for (StpApi.OperationTriggerType c : StpApi.OperationTriggerType.values()) System.out.println(c);
public static StpApi.OperationTriggerType 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.OperationTriggerType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<StpApi.OperationTriggerType> 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.OperationTriggerType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)