com.opera.core.systems.scope.protos
Enum DesktopWmProtos.QuickWidgetInfo.QuickWidgetType

java.lang.Object
  extended by java.lang.Enum<DesktopWmProtos.QuickWidgetInfo.QuickWidgetType>
      extended by com.opera.core.systems.scope.protos.DesktopWmProtos.QuickWidgetInfo.QuickWidgetType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<DesktopWmProtos.QuickWidgetInfo.QuickWidgetType>
Enclosing class:
DesktopWmProtos.QuickWidgetInfo

public static enum DesktopWmProtos.QuickWidgetInfo.QuickWidgetType
extends Enum<DesktopWmProtos.QuickWidgetInfo.QuickWidgetType>
implements com.google.protobuf.ProtocolMessageEnum


Enum Constant Summary
ADDRESSFIELD
           
BUTTON
           
CHECKBOX
           
DIALOGTAB
           
DROPDOWN
           
DROPDOWNITEM
           
EDITFIELD
           
GRIDITEM
           
GRIDLAYOUT
           
LABEL
           
QUICKFIND
           
RADIOBUTTON
           
SEARCH
           
TABBUTTON
           
THUMBNAIL
           
TOOLBAR
           
TREEITEM
           
TREEVIEW
           
UNKNOWN
           
 
Field Summary
static int ADDRESSFIELD_VALUE
           
static int BUTTON_VALUE
           
static int CHECKBOX_VALUE
           
static int DIALOGTAB_VALUE
           
static int DROPDOWN_VALUE
           
static int DROPDOWNITEM_VALUE
           
static int EDITFIELD_VALUE
           
static int GRIDITEM_VALUE
           
static int GRIDLAYOUT_VALUE
           
static int LABEL_VALUE
           
static int QUICKFIND_VALUE
           
static int RADIOBUTTON_VALUE
           
static int SEARCH_VALUE
           
static int TABBUTTON_VALUE
           
static int THUMBNAIL_VALUE
           
static int TOOLBAR_VALUE
           
static int TREEITEM_VALUE
           
static int TREEVIEW_VALUE
           
static int UNKNOWN_VALUE
           
 
Method Summary
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.QuickWidgetInfo.QuickWidgetType> internalGetValueMap()
           
static DesktopWmProtos.QuickWidgetInfo.QuickWidgetType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static DesktopWmProtos.QuickWidgetInfo.QuickWidgetType valueOf(int value)
           
static DesktopWmProtos.QuickWidgetInfo.QuickWidgetType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DesktopWmProtos.QuickWidgetInfo.QuickWidgetType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

UNKNOWN

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType UNKNOWN

BUTTON

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType BUTTON

CHECKBOX

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType CHECKBOX

DIALOGTAB

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType DIALOGTAB

DROPDOWN

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType DROPDOWN

DROPDOWNITEM

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType DROPDOWNITEM

EDITFIELD

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType EDITFIELD

LABEL

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType LABEL

RADIOBUTTON

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType RADIOBUTTON

ADDRESSFIELD

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType ADDRESSFIELD

SEARCH

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType SEARCH

TOOLBAR

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType TOOLBAR

TREEVIEW

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType TREEVIEW

TREEITEM

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType TREEITEM

TABBUTTON

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType TABBUTTON

THUMBNAIL

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType THUMBNAIL

GRIDLAYOUT

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType GRIDLAYOUT

GRIDITEM

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType GRIDITEM

QUICKFIND

public static final DesktopWmProtos.QuickWidgetInfo.QuickWidgetType QUICKFIND
Field Detail

UNKNOWN_VALUE

public static final int UNKNOWN_VALUE
See Also:
Constant Field Values

BUTTON_VALUE

public static final int BUTTON_VALUE
See Also:
Constant Field Values

CHECKBOX_VALUE

public static final int CHECKBOX_VALUE
See Also:
Constant Field Values

DIALOGTAB_VALUE

public static final int DIALOGTAB_VALUE
See Also:
Constant Field Values

DROPDOWN_VALUE

public static final int DROPDOWN_VALUE
See Also:
Constant Field Values

DROPDOWNITEM_VALUE

public static final int DROPDOWNITEM_VALUE
See Also:
Constant Field Values

EDITFIELD_VALUE

public static final int EDITFIELD_VALUE
See Also:
Constant Field Values

LABEL_VALUE

public static final int LABEL_VALUE
See Also:
Constant Field Values

RADIOBUTTON_VALUE

public static final int RADIOBUTTON_VALUE
See Also:
Constant Field Values

ADDRESSFIELD_VALUE

public static final int ADDRESSFIELD_VALUE
See Also:
Constant Field Values

SEARCH_VALUE

public static final int SEARCH_VALUE
See Also:
Constant Field Values

TOOLBAR_VALUE

public static final int TOOLBAR_VALUE
See Also:
Constant Field Values

TREEVIEW_VALUE

public static final int TREEVIEW_VALUE
See Also:
Constant Field Values

TREEITEM_VALUE

public static final int TREEITEM_VALUE
See Also:
Constant Field Values

TABBUTTON_VALUE

public static final int TABBUTTON_VALUE
See Also:
Constant Field Values

THUMBNAIL_VALUE

public static final int THUMBNAIL_VALUE
See Also:
Constant Field Values

GRIDLAYOUT_VALUE

public static final int GRIDLAYOUT_VALUE
See Also:
Constant Field Values

GRIDITEM_VALUE

public static final int GRIDITEM_VALUE
See Also:
Constant Field Values

QUICKFIND_VALUE

public static final int QUICKFIND_VALUE
See Also:
Constant Field Values
Method Detail

values

public static DesktopWmProtos.QuickWidgetInfo.QuickWidgetType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (DesktopWmProtos.QuickWidgetInfo.QuickWidgetType c : DesktopWmProtos.QuickWidgetInfo.QuickWidgetType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DesktopWmProtos.QuickWidgetInfo.QuickWidgetType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getNumber

public final int getNumber()
Specified by:
getNumber in interface com.google.protobuf.Internal.EnumLite
Specified by:
getNumber in interface com.google.protobuf.ProtocolMessageEnum

valueOf

public static DesktopWmProtos.QuickWidgetInfo.QuickWidgetType valueOf(int value)

internalGetValueMap

public static com.google.protobuf.Internal.EnumLiteMap<DesktopWmProtos.QuickWidgetInfo.QuickWidgetType> internalGetValueMap()

getValueDescriptor

public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
Specified by:
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum

getDescriptorForType

public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum

getDescriptor

public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()

valueOf

public static DesktopWmProtos.QuickWidgetInfo.QuickWidgetType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)


Copyright © 2012. All Rights Reserved.