public class TestObjectProperty
| Constructor and description |
|---|
TestObjectProperty
() |
TestObjectProperty
(String name, ConditionType condition, String value) |
TestObjectProperty
(String name, ConditionType condition, String value, boolean isActive) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public ConditionType |
getCondition()Get the condition for this property |
|
public String |
getName()Get name of this property |
|
public String |
getValue()Get the value of this property |
|
public boolean |
isActive()Check if this property is active |
|
public void |
setActive(boolean isActive)Set this property to be active |
|
public void |
setCondition(ConditionType condition)Set the condition for this property |
|
public void |
setName(String name)Set the name of this property |
|
public void |
setValue(String value)Set the value for this property |
Get the condition for this property
Get name of this property
Get the value of this property
Check if this property is active
Set this property to be active
isActive - the active flag to set to this propertySet the condition for this property
condition - the new condition as ConditionType for this propertySet the name of this property
name - the new name for this propertySet the value for this property
value - the new value to set to this property