public static enum DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType extends Enum<DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType> implements com.google.protobuf.ProtocolMessageEnum
| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_VALUE |
static int |
POS_VALUE |
static int |
TEXT_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<DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType> |
internalGetValueMap() |
static DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType |
valueOf(int value) |
static DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType NAME
public static final DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType TEXT
public static final DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType POS
public static final int NAME_VALUE
public static final int TEXT_VALUE
public static final int POS_VALUE
public static DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType[] values()
for (DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType c : DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType.values()) System.out.println(c);
public static DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType> 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 DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2012. All Rights Reserved.