net.sf.jga.fn.property
public class PropertyCompare<T,V> extends CompareProperty<T,V>
Deprecated:
Deprecated name: use CompareProperty instead.Copyright © 2003 David A. Hall
Nested Class Summary | |
---|---|
interface | PropertyCompare.Visitor
Interface for classes that may interpret a PropertyCompare
predicate. |
Constructor Summary | |
---|---|
PropertyCompare(String propName, V val)
Builds the PropertyCompare predicate that will compare the named
property to the given value using an EqualTo predicate. | |
PropertyCompare(String prop, BinaryFunctor<V,V,Boolean> pred, V val)
Builds the PropertyCompare predicate that will compare the named
property to the given value. |
Method Summary | |
---|---|
void | accept(Visitor v)
Calls the Visitor's visit(PropertyCompare) method, if it
implements the nested Visitor interface. |
visit(PropertyCompare)
method, if it
implements the nested Visitor interface.