|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyCriteria
A property criteria can be used to filter the properties found by a
PropertyQuery
Seam Solder provides a number of property queries (
TypedPropertyCriteria, NamedPropertyCriteria and
AnnotatedPropertyCriteria), or you can create a custom query by
implementing this interface.
PropertyQuery.addCriteria(PropertyCriteria),
PropertyQueries,
TypedPropertyCriteria,
AnnotatedPropertyCriteria,
NamedPropertyCriteria| Method Summary | |
|---|---|
boolean |
fieldMatches(Field f)
Tests whether the specified field matches the criteria |
boolean |
methodMatches(Method m)
Tests whether the specified method matches the criteria |
| Method Detail |
|---|
boolean fieldMatches(Field f)
f -
boolean methodMatches(Method m)
m -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||