public final class OrListCondition extends ConditionList
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
AND_LIST_CONDITION, FALSE_VALUE, OPEN_CONDITION, OPERATOR_CONTAINS, OPERATOR_DOES_NOT_CONTAIN, OPERATOR_DOES_NOT_END_WITH, OPERATOR_DOES_NOT_START_WITH, OPERATOR_ENDS_WITH, OPERATOR_EQUAL_TO, OPERATOR_GREATER_THAN, OPERATOR_GREATER_THAN_OR_EQUAL_TO, OPERATOR_LESS_THAN, OPERATOR_LESS_THAN_OR_EQUAL_TO, OPERATOR_NOT_EQUAL_TO, OPERATOR_STARTS_WITH, OR_LIST_CONDITION, SIMPLE_CONDITION, TRUE_CONDITION, TRUE_VALUE, XML_DTD_FRAGMENT, XML_INDENT| Constructor and Description |
|---|
OrListCondition(Condition[] conditions)
This constructor lets you specify an array of conditions that should
be "ored" together.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Returns a clone of this condition object.
|
boolean |
evaluate(Evaluator evaluator)
This method evaluates the "or list" condition.
|
equals, getConditions, getObjectSize, hashCode, setConditions, uniquifygetNot, getType, getXMLFragment, loadConditionFromXML, setNotpublic static final java.lang.String COPYRIGHT
public OrListCondition(Condition[] conditions)
public java.lang.Object clone()
Conditionpublic boolean evaluate(Evaluator evaluator)
not property is true.