public static enum CommandAlert.TriggerCondition extends java.lang.Enum<CommandAlert.TriggerCondition> implements com.google.protobuf.ProtocolMessageEnum
command_alert.TriggerCondition
Enum Constant and Description |
---|
EQUAL
EQUAL = 2; |
GREATER_THAN
GREATER_THAN = 0; |
LESS_THAN
LESS_THAN = 1; |
NOT_EQUAL
NOT_EQUAL = 3; |
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
EQUAL_VALUE
EQUAL = 2; |
static int |
GREATER_THAN_VALUE
GREATER_THAN = 0; |
static int |
LESS_THAN_VALUE
LESS_THAN = 1; |
static int |
NOT_EQUAL_VALUE
NOT_EQUAL = 3; |
Modifier and Type | Method and Description |
---|---|
static CommandAlert.TriggerCondition |
forNumber(int value) |
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<CommandAlert.TriggerCondition> |
internalGetValueMap() |
static CommandAlert.TriggerCondition |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CommandAlert.TriggerCondition |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CommandAlert.TriggerCondition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandAlert.TriggerCondition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandAlert.TriggerCondition GREATER_THAN
GREATER_THAN = 0;
public static final CommandAlert.TriggerCondition LESS_THAN
LESS_THAN = 1;
public static final CommandAlert.TriggerCondition EQUAL
EQUAL = 2;
public static final CommandAlert.TriggerCondition NOT_EQUAL
NOT_EQUAL = 3;
public static final CommandAlert.TriggerCondition UNRECOGNIZED
public static final int GREATER_THAN_VALUE
GREATER_THAN = 0;
public static final int LESS_THAN_VALUE
LESS_THAN = 1;
public static final int EQUAL_VALUE
EQUAL = 2;
public static final int NOT_EQUAL_VALUE
NOT_EQUAL = 3;
public static CommandAlert.TriggerCondition[] values()
for (CommandAlert.TriggerCondition c : CommandAlert.TriggerCondition.values()) System.out.println(c);
public static CommandAlert.TriggerCondition 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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static CommandAlert.TriggerCondition valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static CommandAlert.TriggerCondition forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CommandAlert.TriggerCondition> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CommandAlert.TriggerCondition valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)