Serializable, Comparable<ObjectMapping.ByType>public static enum ObjectMapping.ByType extends Enum<ObjectMapping.ByType>
| Enum Constant | Description |
|---|---|
Class |
|
Css |
|
Id |
|
LinkText |
|
Name |
|
Partial |
|
Tag |
|
Unknown |
|
XPath |
| Modifier and Type | Method | Description |
|---|---|---|
static ObjectMapping.ByType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ObjectMapping.ByType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectMapping.ByType Id
public static final ObjectMapping.ByType Class
public static final ObjectMapping.ByType Css
public static final ObjectMapping.ByType LinkText
public static final ObjectMapping.ByType Name
public static final ObjectMapping.ByType Partial
public static final ObjectMapping.ByType Tag
public static final ObjectMapping.ByType XPath
public static final ObjectMapping.ByType Unknown
public static ObjectMapping.ByType[] values()
for (ObjectMapping.ByType c : ObjectMapping.ByType.values()) System.out.println(c);
public static ObjectMapping.ByType 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 © 2017–2018 TeamControlium Committers. All rights reserved.