dsto.dfc.databeans
Interface IFilter<T>

All Known Subinterfaces:
IFilterSorter<T>
All Known Implementing Classes:
FederatedSorterFilter, PropertyFilter, PropertySorterFilter, UnionFilter

public interface IFilter<T>

Interface for view filters.

See Also:
DataObjectView

Field Summary
static IFilter NULL_FILTER
          A filter that does nothing.
 
Method Summary
 boolean include(T value)
          Return true if a given top-level value from source should be included.
 

Field Detail

NULL_FILTER

static final IFilter NULL_FILTER
A filter that does nothing.

Method Detail

include

boolean include(T value)
Return true if a given top-level value from source should be included.



Copyright © 2008 Commonwealth of Australia