com.opera.core.systems
Enum OperaDriver.PrivateData

java.lang.Object
  extended by java.lang.Enum<OperaDriver.PrivateData>
      extended by 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.


Enum Constant Summary
ALL
           
ALL_COOKIES
           
APPCACHE
           
CONSOLE
           
DISK_CACHE
           
GEOLOCATION_PERMISSIONS
           
GLOBAL_HISTORY
           
IMAGE_CACHE
           
MEMORY_CACHE
           
SENSITIVE_DATA
           
SESSION_COOKIES
           
SITE_PREFS
           
THUMBNAILS
           
VISITED_LINKS
           
WEBDATABASES
           
WEBSTORAGE
           
 
Method Summary
static OperaDriver.PrivateData valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperaDriver.PrivateData[] 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

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
Method Detail

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.