com.opera.core.systems
Enum OperaDriver.PrivateData
java.lang.Object
java.lang.Enum<OperaDriver.PrivateData>
com.opera.core.systems.OperaDriver.PrivateData
- All Implemented Interfaces:
- Serializable, Comparable<OperaDriver.PrivateData>
- Enclosing class:
- OperaDriver
public static enum OperaDriver.PrivateData
- extends Enum<OperaDriver.PrivateData>
Different types of data stored by Opera.
ALL
public static final OperaDriver.PrivateData ALL
VISITED_LINKS
public static final OperaDriver.PrivateData VISITED_LINKS
DISK_CACHE
public static final OperaDriver.PrivateData DISK_CACHE
IMAGE_CACHE
public static final OperaDriver.PrivateData IMAGE_CACHE
MEMORY_CACHE
public static final OperaDriver.PrivateData MEMORY_CACHE
SENSITIVE_DATA
public static final OperaDriver.PrivateData SENSITIVE_DATA
SESSION_COOKIES
public static final OperaDriver.PrivateData SESSION_COOKIES
ALL_COOKIES
public static final OperaDriver.PrivateData ALL_COOKIES
GLOBAL_HISTORY
public static final OperaDriver.PrivateData GLOBAL_HISTORY
CONSOLE
public static final OperaDriver.PrivateData CONSOLE
THUMBNAILS
public static final OperaDriver.PrivateData THUMBNAILS
WEBDATABASES
public static final OperaDriver.PrivateData WEBDATABASES
WEBSTORAGE
public static final OperaDriver.PrivateData WEBSTORAGE
APPCACHE
public static final OperaDriver.PrivateData APPCACHE
GEOLOCATION_PERMISSIONS
public static final OperaDriver.PrivateData GEOLOCATION_PERMISSIONS
SITE_PREFS
public static final OperaDriver.PrivateData SITE_PREFS
values
public static OperaDriver.PrivateData[] 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 (OperaDriver.PrivateData c : OperaDriver.PrivateData.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static OperaDriver.PrivateData 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
Copyright © 2012. All Rights Reserved.