protected static enum ElementFinder.KeyAttrs extends Enum<ElementFinder.KeyAttrs>
| Modifier and Type | Method and Description |
|---|---|
String[] |
getKeyAttrs() |
static ElementFinder.KeyAttrs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementFinder.KeyAttrs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementFinder.KeyAttrs DEFAULT
public static final ElementFinder.KeyAttrs A
public static final ElementFinder.KeyAttrs IMG
public static final ElementFinder.KeyAttrs INPUT
public static final ElementFinder.KeyAttrs BUTTON
protected String[] keyAttrs
public static ElementFinder.KeyAttrs[] values()
for (ElementFinder.KeyAttrs c : ElementFinder.KeyAttrs.values()) System.out.println(c);
public static ElementFinder.KeyAttrs 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[] getKeyAttrs()
Copyright © 2014. All rights reserved.