StaticOperand.java :  » 6.0-JDK-Modules » jsr-283 » javax » jcr » query » qom » Java Open Source

Java Open Source » 6.0 JDK Modules » jsr 283 
jsr 283 » javax » jcr » query » qom » StaticOperand.java
/*
 * Copyright 2006 Day Management AG, Switzerland. All rights reserved.
 */
package javax.jcr.query.qom;

/**
 * An operand whose value can be determined from static analysis of the query,
 * prior to its evaluation.
 *
 * @since JCR 2.0
 */
public interface StaticOperand
        extends Operand {
}

// EOF
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.