com.opera.core.systems
Enum OperaAtoms
java.lang.Object
java.lang.Enum<OperaAtoms>
com.opera.core.systems.OperaAtoms
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<OperaAtoms>
public enum OperaAtoms
- extends java.lang.Enum<OperaAtoms>
|
Method Summary |
static java.lang.String |
get(java.lang.String key)
|
java.lang.String |
getValue()
|
static OperaAtoms |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OperaAtoms[] |
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 |
CLEAR
public static final OperaAtoms CLEAR
EXECUTE_SCRIPT
public static final OperaAtoms EXECUTE_SCRIPT
EXECUTE_ASYNC_SCRIPT
public static final OperaAtoms EXECUTE_ASYNC_SCRIPT
FIND_ELEMENT
public static final OperaAtoms FIND_ELEMENT
FIND_ELEMENTS
public static final OperaAtoms FIND_ELEMENTS
GET_ATTRIBUTE
public static final OperaAtoms GET_ATTRIBUTE
GET_EFFECTIVE_STYLE
public static final OperaAtoms GET_EFFECTIVE_STYLE
GET_LOCATION
public static final OperaAtoms GET_LOCATION
GET_SIZE
public static final OperaAtoms GET_SIZE
GET_TEXT
public static final OperaAtoms GET_TEXT
IS_DISPLAYED
public static final OperaAtoms IS_DISPLAYED
IS_ENABLED
public static final OperaAtoms IS_ENABLED
IS_SELECTED
public static final OperaAtoms IS_SELECTED
SET_SELECTED
public static final OperaAtoms SET_SELECTED
SUBMIT
public static final OperaAtoms SUBMIT
TOGGLE
public static final OperaAtoms TOGGLE
GET_FRAME_INDEX
public static final OperaAtoms GET_FRAME_INDEX
values
public static OperaAtoms[] 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 (OperaAtoms c : OperaAtoms.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static OperaAtoms 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
getValue
public java.lang.String getValue()
get
public static java.lang.String get(java.lang.String key)
Copyright © 2011. All Rights Reserved.