org.pfsw.reflect
Interface IObjectPropertyFilter


public interface IObjectPropertyFilter

A generic filter function definition for IObjectProperty objects.


Method Summary
 boolean matches(IObjectProperty objectProperty)
          Returns true if the given objectProperty matches the filter criteria.
 

Method Detail

matches

boolean matches(IObjectProperty objectProperty)
Returns true if the given objectProperty matches the filter criteria.