com.opera.core.systems.scope.protos
Enum CoreProtos.ClearFlags

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

public static enum CoreProtos.ClearFlags
extends Enum<CoreProtos.ClearFlags>
implements com.google.protobuf.ProtocolMessageEnum


Enum Constant Summary
CLEAR_ALL
           
CLEAR_ALL_COOKIES
           
CLEAR_APPCACHE
           
CLEAR_CONSOLE
           
CLEAR_DISK_CACHE
           
CLEAR_GEOLOCATION_PERMISSIONS
           
CLEAR_GLOBAL_HISTORY
           
CLEAR_IMAGE_CACHE
           
CLEAR_MEMORY_CACHE
           
CLEAR_SENSITIVE_DATA
           
CLEAR_SESSION_COOKIES
           
CLEAR_SITE_PREFS
           
CLEAR_THUMBNAILS
           
CLEAR_VISITED_LINKS
           
CLEAR_WEBDATABASES
           
CLEAR_WEBSTORAGE
           
 
Field Summary
static int CLEAR_ALL_COOKIES_VALUE
           
static int CLEAR_ALL_VALUE
           
static int CLEAR_APPCACHE_VALUE
           
static int CLEAR_CONSOLE_VALUE
           
static int CLEAR_DISK_CACHE_VALUE
           
static int CLEAR_GEOLOCATION_PERMISSIONS_VALUE
           
static int CLEAR_GLOBAL_HISTORY_VALUE
           
static int CLEAR_IMAGE_CACHE_VALUE
           
static int CLEAR_MEMORY_CACHE_VALUE
           
static int CLEAR_SENSITIVE_DATA_VALUE
           
static int CLEAR_SESSION_COOKIES_VALUE
           
static int CLEAR_SITE_PREFS_VALUE
           
static int CLEAR_THUMBNAILS_VALUE
           
static int CLEAR_VISITED_LINKS_VALUE
           
static int CLEAR_WEBDATABASES_VALUE
           
static int CLEAR_WEBSTORAGE_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<CoreProtos.ClearFlags> internalGetValueMap()
           
static CoreProtos.ClearFlags valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static CoreProtos.ClearFlags valueOf(int value)
           
static CoreProtos.ClearFlags valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CoreProtos.ClearFlags[] 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

CLEAR_ALL

public static final CoreProtos.ClearFlags CLEAR_ALL

CLEAR_VISITED_LINKS

public static final CoreProtos.ClearFlags CLEAR_VISITED_LINKS

CLEAR_DISK_CACHE

public static final CoreProtos.ClearFlags CLEAR_DISK_CACHE

CLEAR_IMAGE_CACHE

public static final CoreProtos.ClearFlags CLEAR_IMAGE_CACHE

CLEAR_MEMORY_CACHE

public static final CoreProtos.ClearFlags CLEAR_MEMORY_CACHE

CLEAR_SENSITIVE_DATA

public static final CoreProtos.ClearFlags CLEAR_SENSITIVE_DATA

CLEAR_SESSION_COOKIES

public static final CoreProtos.ClearFlags CLEAR_SESSION_COOKIES

CLEAR_ALL_COOKIES

public static final CoreProtos.ClearFlags CLEAR_ALL_COOKIES

CLEAR_GLOBAL_HISTORY

public static final CoreProtos.ClearFlags CLEAR_GLOBAL_HISTORY

CLEAR_CONSOLE

public static final CoreProtos.ClearFlags CLEAR_CONSOLE

CLEAR_THUMBNAILS

public static final CoreProtos.ClearFlags CLEAR_THUMBNAILS

CLEAR_WEBDATABASES

public static final CoreProtos.ClearFlags CLEAR_WEBDATABASES

CLEAR_WEBSTORAGE

public static final CoreProtos.ClearFlags CLEAR_WEBSTORAGE

CLEAR_APPCACHE

public static final CoreProtos.ClearFlags CLEAR_APPCACHE

CLEAR_GEOLOCATION_PERMISSIONS

public static final CoreProtos.ClearFlags CLEAR_GEOLOCATION_PERMISSIONS

CLEAR_SITE_PREFS

public static final CoreProtos.ClearFlags CLEAR_SITE_PREFS
Field Detail

CLEAR_ALL_VALUE

public static final int CLEAR_ALL_VALUE
See Also:
Constant Field Values

CLEAR_VISITED_LINKS_VALUE

public static final int CLEAR_VISITED_LINKS_VALUE
See Also:
Constant Field Values

CLEAR_DISK_CACHE_VALUE

public static final int CLEAR_DISK_CACHE_VALUE
See Also:
Constant Field Values

CLEAR_IMAGE_CACHE_VALUE

public static final int CLEAR_IMAGE_CACHE_VALUE
See Also:
Constant Field Values

CLEAR_MEMORY_CACHE_VALUE

public static final int CLEAR_MEMORY_CACHE_VALUE
See Also:
Constant Field Values

CLEAR_SENSITIVE_DATA_VALUE

public static final int CLEAR_SENSITIVE_DATA_VALUE
See Also:
Constant Field Values

CLEAR_SESSION_COOKIES_VALUE

public static final int CLEAR_SESSION_COOKIES_VALUE
See Also:
Constant Field Values

CLEAR_ALL_COOKIES_VALUE

public static final int CLEAR_ALL_COOKIES_VALUE
See Also:
Constant Field Values

CLEAR_GLOBAL_HISTORY_VALUE

public static final int CLEAR_GLOBAL_HISTORY_VALUE
See Also:
Constant Field Values

CLEAR_CONSOLE_VALUE

public static final int CLEAR_CONSOLE_VALUE
See Also:
Constant Field Values

CLEAR_THUMBNAILS_VALUE

public static final int CLEAR_THUMBNAILS_VALUE
See Also:
Constant Field Values

CLEAR_WEBDATABASES_VALUE

public static final int CLEAR_WEBDATABASES_VALUE
See Also:
Constant Field Values

CLEAR_WEBSTORAGE_VALUE

public static final int CLEAR_WEBSTORAGE_VALUE
See Also:
Constant Field Values

CLEAR_APPCACHE_VALUE

public static final int CLEAR_APPCACHE_VALUE
See Also:
Constant Field Values

CLEAR_GEOLOCATION_PERMISSIONS_VALUE

public static final int CLEAR_GEOLOCATION_PERMISSIONS_VALUE
See Also:
Constant Field Values

CLEAR_SITE_PREFS_VALUE

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

values

public static CoreProtos.ClearFlags[] 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 (CoreProtos.ClearFlags c : CoreProtos.ClearFlags.values())
    System.out.println(c);

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

valueOf

public static CoreProtos.ClearFlags 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 CoreProtos.ClearFlags valueOf(int value)

internalGetValueMap

public static com.google.protobuf.Internal.EnumLiteMap<CoreProtos.ClearFlags> 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 CoreProtos.ClearFlags valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)


Copyright © 2012. All Rights Reserved.