org.deegree.filter.comparison
Class PropertyIsNil
java.lang.Object
org.deegree.filter.comparison.ComparisonOperator
org.deegree.filter.comparison.PropertyIsNil
- All Implemented Interfaces:
- Operator
public class PropertyIsNil
- extends ComparisonOperator
TODO add documentation here
- Version:
- $Revision: 31904 $, $Date: 2011-09-15 23:15:04 +0200 (Thu, 15 Sep 2011) $
- Author:
- Markus Schneider , last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyIsNil
public PropertyIsNil(Expression propName,
String nilReason,
MatchAction matchAction)
getPropertyName
public Expression getPropertyName()
getSubType
public ComparisonOperator.SubType getSubType()
- Specified by:
getSubType
in class ComparisonOperator
evaluate
public <T> boolean evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
throws FilterEvaluationException
- Description copied from interface:
Operator
- Determines the value of the boolean operator.
- Type Parameters:
T
- type of the context object- Parameters:
obj
- object that the operator is evaluated upon, must not be null
xpathEvaluator
- used for evaluation of XPath expressions, must not be null
- Returns:
- true, if the operator evaluates to true, false otherwise
- Throws:
FilterEvaluationException
- if the evaluation fails
toString
public String toString(String indent)
getParams
public Expression[] getParams()
- Specified by:
getParams
in class ComparisonOperator
Copyright © 2011. All Rights Reserved.