jfun.yan.etc
Interface PropertyPredicate

All Known Implementing Classes:
TypeFilteredPropertyPredicate

public interface PropertyPredicate

A predicate against named property.

Author:
Ben Yu Jan 18, 2006 9:23:12 PM

Method Summary
 boolean isProperty(java.lang.Class type, java.lang.Object key, java.lang.Class property_type)
           
 

Method Detail

isProperty

boolean isProperty(java.lang.Class type,
                   java.lang.Object key,
                   java.lang.Class property_type)