Class SimpleCondition
This concrete class represents a simple condition.
public class SimpleCondition
extends Condition
Hierarchical Diagram
Direct Known Subclasses
None
Fields
• propertyName
The name of the property whose value is to be used.
public String propertyName
• value
The value against which the property value is tested with the operator.
public Object value
Constructor
Constructs a simple condition from the specified values.
public SimpleCondition(String propertyName, String operator, Object value)
Where:
propertyName—The name of the property.
operator—The operator.
value—The value to use.
Methods
• getConditionList
Converts the stored condition information into a list of conditions.
public Object[] getConditionList()
| This method overrides getConditionList in class Condition. |
Methods Inherited
The methods inherited from other classes are:
Class | Methods Inherited |
java.lang.Object | equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |