net.sourceforge.fluxion.datasource.filter
Interface Filter<T>

All Known Implementing Classes:
All, And, ExactValue, GreaterThan, Join, LessThan, None, Or

public interface Filter<T>

A FilterAnn for generating selected queries against the BeanModel.

Version:
0.2
Author:
Tony Burdett

Method Summary
 boolean accept(T value)
          Determine whether the passed value is in the domain of objects this FilterAnn can accept.
 

Method Detail

accept

boolean accept(T value)
Determine whether the passed value is in the domain of objects this FilterAnn can accept.

Parameters:
value - the value to accept
Returns:
true if this filter can accept the given value


Copyright © 2010. All Rights Reserved.