com.opera.core.systems.scope.protos
Enum CoreProtos.ClearFlags
java.lang.Object
java.lang.Enum<CoreProtos.ClearFlags>
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
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
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
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.