db4o 7.4

com.db4o.reflect
Interface ReflectClassPredicate


public interface ReflectClassPredicate

Predicate representation.

See Also:
Predicate, Reflector

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 7.4

Copyright 2007 db4objects Inc. All rights reserved.