public static enum Identification.How extends Enum<Identification.How>
| Enum Constant and Description |
|---|
id |
name |
partialText |
tag |
text |
xpath |
| Modifier and Type | Method and Description |
|---|---|
static Identification.How |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Identification.How[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Identification.How xpath
public static final Identification.How name
public static final Identification.How id
public static final Identification.How tag
public static final Identification.How text
public static final Identification.How partialText
public static Identification.How[] values()
for (Identification.How c : Identification.How.values()) System.out.println(c);
public static Identification.How 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 nullCopyright © 2007-2013. All Rights Reserved.