/*
* 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
*/
publicinterface StaticOperand
extends Operand {
}
// EOF