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

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


    /**
     * Factory method for <code>is-defined</code> expressions.
     * @param property the name of the property to be checked
     */
    public IsDefinedExpression isDefined(PropertyName property) {
        return new IsDefinedExpression(property);
    }
View Full Code Here

TOP

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

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.