Package javax.jcr.query.qom
Interface PropertyValue
-
- All Superinterfaces:
DynamicOperand,Operand
public interface PropertyValue extends DynamicOperand
Evaluates to the value (or values, if multi-valued) of a property.If, for a node-tuple, the
selectornode does not have a property namedproperty, the operand evaluates to null.- Since:
- JCR 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPropertyName()Gets the name of the property.StringgetSelectorName()Gets the name of the selector against which to evaluate this operand.
-