|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.filter.PropertyFilter<E,P>
public class PropertyFilter<E,P>
Filter that matches a JavaBean by checking a Condition for one of its property values.
Created: 04.02.2007 00:47:13
| Constructor Summary | |
|---|---|
PropertyFilter(java.lang.Class<E> type,
java.lang.String propertyName,
Condition<P> propertyCondition)
|
|
| Method Summary | |
|---|---|
boolean |
accept(E candidate)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyFilter(java.lang.Class<E> type,
java.lang.String propertyName,
Condition<P> propertyCondition)
| Method Detail |
|---|
public boolean accept(E candidate)
accept in interface Filter<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||