Uses of Class
org.jcreme.filters.ComparisonOperator

Packages that use ComparisonOperator
org.jcreme.filters   
 

Uses of ComparisonOperator in org.jcreme.filters
 

Subclasses of ComparisonOperator in org.jcreme.filters
 class InclusionComparisonOperator
          This enumeration contains the operators that can be used in a list context to test the inclusion.
 class OrderComparisonOperator
          This enumeration contains the operators that can be used in a sort context to test the order of two values.
 class StringComparisonOperator
          This enumeration contains the operators that can be used in a string manipulation context to test the relation of two strings.
 

Methods in org.jcreme.filters that return ComparisonOperator
static ComparisonOperator ComparisonOperator.get(java.lang.String name)
          This method retrieves a ComparisonOperator instance from its name.
static ComparisonOperator[] ComparisonOperator.getComparisonOperators()
          This methods gives the instances of this class.
 ComparisonOperator InclusionFilter.getOperator()
          This method enables access to the comparison operator used in this filter.
 ComparisonOperator LikeStringFilter.getOperator()
          Gives access to the comparison operator used by the filter.
 ComparisonOperator OrderFilter.getOperator()
          Gives access to the operator used by this filter.
 

Methods in org.jcreme.filters with parameters of type ComparisonOperator
protected  void ComparisonOperator.addAsComparisonOperator(ComparisonOperator cmp)
          This convenience method should be used by subclasses to register their own elements as elements of the ComparisonOperator enumeration.
 



Copyright 2006 null. All Rights Reserved.