Uses of Class
com.ibm.tws.objects.filter.AbstractRange

Packages that use AbstractRange
com.ibm.tws.objects.filter   
 

Uses of AbstractRange in com.ibm.tws.objects.filter
 

Subclasses of AbstractRange in com.ibm.tws.objects.filter
 class IntegerRange
          This subclass of AbstractRange can hold a range of integer values, and can be set into a QueryFilter to retrieve results with the requested range on a selected integer field.
 class LongRange
          This subclass of AbstractRange can hold a range of long values, and can be set into a QueryFilter to retrieve results with the requested range on a selected long field.
 class TimeRange
          This subclass of AbstractRange can hold a range of date values, and can be set into a QueryFilter to retrieve results with the requested range on a selected date field.
 



Copyright © 2005 IBM All Rights Reserved.