|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@XmlElement(value="BinaryComparisonOpType") public interface BinaryComparisonOperator
Abstract base class for filters that compare exactly two values against each other. The nature of the comparison is dependent on the subclass.
| Field Summary |
|---|
| Fields inherited from interface Filter |
|---|
EXCLUDE, INCLUDE |
| Method Summary | |
|---|---|
Expression |
getExpression1()
Returns the first of the two expressions to be compared by this operator. |
Expression |
getExpression2()
Returns the second of the two expressions to be compared by this operator. |
boolean |
isMatchingCase()
Flag controlling wither comparisons are case sensitive. |
| Methods inherited from interface Filter |
|---|
accept, evaluate |
| Method Detail |
|---|
@XmlElement(value="expression") Expression getExpression1()
@XmlElement(value="expression") Expression getExpression2()
@XmlElement(value="matchCase") boolean isMatchingCase()
true if the comparison is case sensetive, otherwise false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||