Package org.apache.webdav.lib.search.expressions

Examples of org.apache.webdav.lib.search.expressions.CompareExpression


     * @param op operator to use while comparision 
     * @param property property tp be compared
     * @param value value to be used for comparision.
     */
    public CompareExpression compare(CompareOperator op, PropertyName property, Object value) {
        return new CompareExpression(op, property, value);
    }
View Full Code Here

TOP

Related Classes of org.apache.webdav.lib.search.expressions.CompareExpression

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.