org.sourceforge.jemm.client
Interface FieldFilter

All Known Implementing Classes:
AllStoredFieldsFilter, FieldIterator.AcceptAllFilter, JEMMObjectFilter

public interface FieldFilter

Used with a FieldIterator to say with a field should be returned or not by the Iterator.

Author:
Paul Keeble
See Also:
FieldIterator

Method Summary
 boolean accepts(java.lang.reflect.Field f)
           
 

Method Detail

accepts

boolean accepts(java.lang.reflect.Field f)
Parameters:
f - The field to test
Returns:
true if the field should be included, false otherwise


Copyright © 2009. All Rights Reserved.