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

All Known Implementing Classes:
JcrNodeDepth

public interface NodeDepth

A dynamic operand that evaluates to the depth 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


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