Package com.db4o.reflect
Interface ReflectClassPredicate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
match(ReflectClass item)
Match method definition.
-
-
-
Method Detail
-
match
boolean match(ReflectClass item)
Match method definition. Used to select correct results from an object set.- Parameters:
item
- item to be matched to the criteria- Returns:
- true, if the requirements are met
-
-