org.apache.jackrabbit.spi.commons.query.jsr283.qom
Interface NodeName

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

public interface NodeName
extends DynamicOperand

Evaluates to a NAME value equal to the namespace-qualified name of a node.

The query is invalid if selector is not the name of a selector in the query.

Since:
JCR 2.0

Method Summary
 String getSelectorName()
          Gets the name of the selector against which to evaluate this operand.
 

Method Detail

getSelectorName

String getSelectorName()
Gets the name of the selector against which to evaluate this operand.

Returns:
the selector name; non-null


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.