eTextReader.AnnotationListing
Class RangeFilter

java.lang.Object
  extended by eTextReader.AnnotationListing.CompoundFilter
      extended by eTextReader.AnnotationListing.RangeFilter
All Implemented Interfaces:
NotationFilter

public class RangeFilter
extends CompoundFilter

Provides a filter that evaluates to true whenever the specified value is between an upper and lower bound (non-inclusive)

Author:
mcfall

Constructor Summary
RangeFilter(java.lang.String field, java.lang.Comparable lowerBound, java.lang.Comparable upperBound)
           
 
Method Summary
 
Methods inherited from class eTextReader.AnnotationListing.CompoundFilter
getDescription, getEndDate, getFilter1, getFilter2, getMode, getStartDate, include, isDateFilter, setFilter1, setFilter2, setMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RangeFilter

public RangeFilter(java.lang.String field,
                   java.lang.Comparable lowerBound,
                   java.lang.Comparable upperBound)