com.opera.core.systems.scope.internal
Enum OperaIntervals

java.lang.Object
  extended by java.lang.Enum<OperaIntervals>
      extended by com.opera.core.systems.scope.internal.OperaIntervals
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<OperaIntervals>

public enum OperaIntervals
extends java.lang.Enum<OperaIntervals>

Enumerator for delay values in milliseconds.


Enum Constant Summary
BACKWARDS_COMPATIBLE
           
DEFAULT_RESPONSE_TIMEOUT
           
ENABLE_DEBUGGER
           
EXEC_SLEEP
           
HANDSHAKE_TIMEOUT
           
KILL_GRACE_TIMEOUT
           
LAUNCHER_TIMEOUT
           
MENU_EVENT_TIMEOUT
           
MULTIPLE_CLICK_SLEEP
           
OPERA_IDLE_TIMEOUT
           
PAGE_LOAD_TIMEOUT
           
POLL_INVERVAL
           
QUIT_POLL_INTERVAL
           
QUIT_RESPONSE_TIMEOUT
           
RESPONSE_TIMEOUT
           
SCRIPT_RETRY
           
SCRIPT_RETRY_INTERVAL
           
SCRIPT_TIMEOUT
           
SERVER_PORT
           
WAIT_FOR_ELEMENT
           
WINDOW_EVENT_TIMEOUT
           
 
Method Summary
 long getValue()
           
 void setValue(long value)
           
static OperaIntervals valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperaIntervals[] 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

RESPONSE_TIMEOUT

public static final OperaIntervals RESPONSE_TIMEOUT

PAGE_LOAD_TIMEOUT

public static final OperaIntervals PAGE_LOAD_TIMEOUT

WINDOW_EVENT_TIMEOUT

public static final OperaIntervals WINDOW_EVENT_TIMEOUT

OPERA_IDLE_TIMEOUT

public static final OperaIntervals OPERA_IDLE_TIMEOUT

POLL_INVERVAL

public static final OperaIntervals POLL_INVERVAL

SCRIPT_RETRY

public static final OperaIntervals SCRIPT_RETRY

SCRIPT_RETRY_INTERVAL

public static final OperaIntervals SCRIPT_RETRY_INTERVAL

EXEC_SLEEP

public static final OperaIntervals EXEC_SLEEP

HANDSHAKE_TIMEOUT

public static final OperaIntervals HANDSHAKE_TIMEOUT

SERVER_PORT

public static final OperaIntervals SERVER_PORT

ENABLE_DEBUGGER

public static final OperaIntervals ENABLE_DEBUGGER

KILL_GRACE_TIMEOUT

public static final OperaIntervals KILL_GRACE_TIMEOUT

BACKWARDS_COMPATIBLE

public static final OperaIntervals BACKWARDS_COMPATIBLE

DEFAULT_RESPONSE_TIMEOUT

public static final OperaIntervals DEFAULT_RESPONSE_TIMEOUT

WAIT_FOR_ELEMENT

public static final OperaIntervals WAIT_FOR_ELEMENT

QUIT_POLL_INTERVAL

public static final OperaIntervals QUIT_POLL_INTERVAL

QUIT_RESPONSE_TIMEOUT

public static final OperaIntervals QUIT_RESPONSE_TIMEOUT

SCRIPT_TIMEOUT

public static final OperaIntervals SCRIPT_TIMEOUT

LAUNCHER_TIMEOUT

public static final OperaIntervals LAUNCHER_TIMEOUT

MENU_EVENT_TIMEOUT

public static final OperaIntervals MENU_EVENT_TIMEOUT

MULTIPLE_CLICK_SLEEP

public static final OperaIntervals MULTIPLE_CLICK_SLEEP
Method Detail

values

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

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

valueOf

public static OperaIntervals valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

setValue

public void setValue(long value)

getValue

public long getValue()


Copyright © 2011. All Rights Reserved.