org.deegree.filter.comparison
Class PropertyIsLessThan

java.lang.Object
  extended by org.deegree.filter.comparison.ComparisonOperator
      extended by org.deegree.filter.comparison.BinaryComparisonOperator
          extended by org.deegree.filter.comparison.PropertyIsLessThan
All Implemented Interfaces:
Operator

public class PropertyIsLessThan
extends BinaryComparisonOperator

TODO add documentation here

Version:
$Revision:$, $Date:$
Author:
Markus Schneider , last edited by: $Author:$

Nested Class Summary
 
Nested classes/interfaces inherited from class org.deegree.filter.comparison.ComparisonOperator
ComparisonOperator.SubType
 
Nested classes/interfaces inherited from interface org.deegree.filter.Operator
Operator.Type
 
Field Summary
 
Fields inherited from class org.deegree.filter.comparison.BinaryComparisonOperator
param1, param2
 
Fields inherited from class org.deegree.filter.comparison.ComparisonOperator
matchAction, matchCase
 
Constructor Summary
PropertyIsLessThan(Expression param1, Expression param2, Boolean matchCase, MatchAction matchAction)
           
 
Method Summary
protected  boolean compare(PrimitiveValue param1, PrimitiveValue param2)
           
 ComparisonOperator.SubType getSubType()
           
 String toString(String indent)
           
 
Methods inherited from class org.deegree.filter.comparison.BinaryComparisonOperator
evaluate, getParameter1, getParameter2, getParams
 
Methods inherited from class org.deegree.filter.comparison.ComparisonOperator
checkComparableOrNull, getMatchAction, getPrimitiveValues, getType, isMatchCase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyIsLessThan

public PropertyIsLessThan(Expression param1,
                          Expression param2,
                          Boolean matchCase,
                          MatchAction matchAction)
Method Detail

getSubType

public ComparisonOperator.SubType getSubType()
Specified by:
getSubType in class ComparisonOperator

compare

protected boolean compare(PrimitiveValue param1,
                          PrimitiveValue param2)
Specified by:
compare in class BinaryComparisonOperator

toString

public String toString(String indent)


Copyright © 2011. All Rights Reserved.