All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.jcr.query.qom.BindVariableValue Maven / Gradle / Ivy

There is a newer version: 2024.11.18751.20241128T090041Z-241100
Show newest version
/*
 * Copyright 2009 Day Management AG, Switzerland. All rights reserved.
 */
package javax.jcr.query.qom;

/**
 * Evaluates to the value of a bind variable.
 * 

* * @since JCR 2.0 */ public interface BindVariableValue extends StaticOperand { /** * Gets the name of the bind variable. * * @return the bind variable name; non-null */ public String getBindVariableName(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy