public static enum CoreProtos.ClearFlags extends Enum<CoreProtos.ClearFlags> implements com.google.protobuf.ProtocolMessageEnum
| Modifier and Type | Field and Description |
|---|---|
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 |
| 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<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.
|
public static final CoreProtos.ClearFlags CLEAR_ALL
public static final CoreProtos.ClearFlags CLEAR_VISITED_LINKS
public static final CoreProtos.ClearFlags CLEAR_DISK_CACHE
public static final CoreProtos.ClearFlags CLEAR_IMAGE_CACHE
public static final CoreProtos.ClearFlags CLEAR_MEMORY_CACHE
public static final CoreProtos.ClearFlags CLEAR_SENSITIVE_DATA
public static final CoreProtos.ClearFlags CLEAR_SESSION_COOKIES
public static final CoreProtos.ClearFlags CLEAR_ALL_COOKIES
public static final CoreProtos.ClearFlags CLEAR_GLOBAL_HISTORY
public static final CoreProtos.ClearFlags CLEAR_CONSOLE
public static final CoreProtos.ClearFlags CLEAR_THUMBNAILS
public static final CoreProtos.ClearFlags CLEAR_WEBDATABASES
public static final CoreProtos.ClearFlags CLEAR_WEBSTORAGE
public static final CoreProtos.ClearFlags CLEAR_APPCACHE
public static final CoreProtos.ClearFlags CLEAR_GEOLOCATION_PERMISSIONS
public static final CoreProtos.ClearFlags CLEAR_SITE_PREFS
public static final int CLEAR_ALL_VALUE
public static final int CLEAR_VISITED_LINKS_VALUE
public static final int CLEAR_DISK_CACHE_VALUE
public static final int CLEAR_IMAGE_CACHE_VALUE
public static final int CLEAR_MEMORY_CACHE_VALUE
public static final int CLEAR_SENSITIVE_DATA_VALUE
public static final int CLEAR_SESSION_COOKIES_VALUE
public static final int CLEAR_ALL_COOKIES_VALUE
public static final int CLEAR_GLOBAL_HISTORY_VALUE
public static final int CLEAR_CONSOLE_VALUE
public static final int CLEAR_THUMBNAILS_VALUE
public static final int CLEAR_WEBDATABASES_VALUE
public static final int CLEAR_WEBSTORAGE_VALUE
public static final int CLEAR_APPCACHE_VALUE
public static final int CLEAR_GEOLOCATION_PERMISSIONS_VALUE
public static final int CLEAR_SITE_PREFS_VALUE
public static CoreProtos.ClearFlags[] values()
for (CoreProtos.ClearFlags c : CoreProtos.ClearFlags.values()) System.out.println(c);
public static CoreProtos.ClearFlags 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 CoreProtos.ClearFlags valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<CoreProtos.ClearFlags> 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 CoreProtos.ClearFlags valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2012. All Rights Reserved.