| Constructor and description |
|---|
TestObjectXpath
() |
TestObjectXpath
(String name, ConditionType condition, String value) |
TestObjectXpath
(String name, ConditionType condition, String value, boolean isActive) |
| Type | Name and description |
|---|---|
ConditionType |
getCondition() |
String |
getName() |
String |
getValue() |
boolean |
isActive() |
void |
setActive(boolean isActive) |
void |
setCondition(ConditionType condition) |
void |
setName(String name) |
void |
setValue(String value) |