ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.api.query.qom
Interface NodePath

All Superinterfaces:
DynamicOperand, Operand
All Known Implementing Classes:
NodePath

public interface NodePath
extends DynamicOperand

A dynamic operand that evaluates to the path of a node given by a selector, used in a Comparison constraint.


Method Summary
 String getSelectorName()
          Get the selector symbol upon which this operand applies.
 

Method Detail

getSelectorName

String getSelectorName()
Get the selector symbol upon which this operand applies.

Returns:
the one selector names used by this operand; never null

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.