db4o 6.3

com.db4o.reflect
Interface ReflectClassPredicate


public interface ReflectClassPredicate

Predicate representation.

See Also:
Predicate, Reflecotr

Method Summary
 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

db4o 6.3