public static enum CommandAlert.TopicNameFilter extends java.lang.Enum<CommandAlert.TopicNameFilter> implements com.google.protobuf.ProtocolMessageEnum
command_alert.TopicNameFilter
Enum Constant and Description |
---|
ALL_TOPICS
ALL_TOPICS = 4; |
BEGINS_WITH
BEGINS_WITH = 1; |
CONTAINS
CONTAINS = 3; |
ENDS_WITH
ENDS_WITH = 2; |
EQUALS
EQUALS = 0; |
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
ALL_TOPICS_VALUE
ALL_TOPICS = 4; |
static int |
BEGINS_WITH_VALUE
BEGINS_WITH = 1; |
static int |
CONTAINS_VALUE
CONTAINS = 3; |
static int |
ENDS_WITH_VALUE
ENDS_WITH = 2; |
static int |
EQUALS_VALUE
EQUALS = 0; |
Modifier and Type | Method and Description |
---|---|
static CommandAlert.TopicNameFilter |
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.TopicNameFilter> |
internalGetValueMap() |
static CommandAlert.TopicNameFilter |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CommandAlert.TopicNameFilter |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CommandAlert.TopicNameFilter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandAlert.TopicNameFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandAlert.TopicNameFilter EQUALS
EQUALS = 0;
public static final CommandAlert.TopicNameFilter BEGINS_WITH
BEGINS_WITH = 1;
public static final CommandAlert.TopicNameFilter ENDS_WITH
ENDS_WITH = 2;
public static final CommandAlert.TopicNameFilter CONTAINS
CONTAINS = 3;
public static final CommandAlert.TopicNameFilter ALL_TOPICS
ALL_TOPICS = 4;
public static final CommandAlert.TopicNameFilter UNRECOGNIZED
public static final int EQUALS_VALUE
EQUALS = 0;
public static final int BEGINS_WITH_VALUE
BEGINS_WITH = 1;
public static final int ENDS_WITH_VALUE
ENDS_WITH = 2;
public static final int CONTAINS_VALUE
CONTAINS = 3;
public static final int ALL_TOPICS_VALUE
ALL_TOPICS = 4;
public static CommandAlert.TopicNameFilter[] values()
for (CommandAlert.TopicNameFilter c : CommandAlert.TopicNameFilter.values()) System.out.println(c);
public static CommandAlert.TopicNameFilter 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.TopicNameFilter valueOf(int value)
forNumber(int)
instead.public static CommandAlert.TopicNameFilter forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<CommandAlert.TopicNameFilter> 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.TopicNameFilter valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)