public enum OperaAtom extends Enum<OperaAtom>
| Enum Constant and Description |
|---|
CLEAR |
CLICK |
EXECUTE_ASYNC_SCRIPT |
EXECUTE_SCRIPT |
FIND_ELEMENT |
FIND_ELEMENTS |
GET_ATTRIBUTE |
GET_EFFECTIVE_STYLE |
GET_FRAME_INDEX |
GET_LOCATION |
GET_SIZE |
GET_TEXT |
IS_DISPLAYED |
IS_ENABLED |
IS_SELECTED |
MOVE_CARET_TO_END |
SUBMIT |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
String |
toString() |
static OperaAtom |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperaAtom[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperaAtom MOVE_CARET_TO_END
public static final OperaAtom CLEAR
public static final OperaAtom CLICK
public static final OperaAtom EXECUTE_SCRIPT
public static final OperaAtom EXECUTE_ASYNC_SCRIPT
public static final OperaAtom FIND_ELEMENT
public static final OperaAtom FIND_ELEMENTS
public static final OperaAtom GET_ATTRIBUTE
public static final OperaAtom GET_EFFECTIVE_STYLE
public static final OperaAtom GET_LOCATION
public static final OperaAtom GET_SIZE
public static final OperaAtom GET_TEXT
public static final OperaAtom IS_DISPLAYED
public static final OperaAtom IS_ENABLED
public static final OperaAtom IS_SELECTED
public static final OperaAtom SUBMIT
public static final OperaAtom GET_FRAME_INDEX
public static OperaAtom[] values()
for (OperaAtom c : OperaAtom.values()) System.out.println(c);
public static OperaAtom 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 String getValue()
Copyright © 2012. All Rights Reserved.