org.apache.jackrabbit.spi.commons.query.qom
Class DynamicOperandImpl

java.lang.Object
  extended by org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
      extended by org.apache.jackrabbit.spi.commons.query.qom.DynamicOperandImpl
All Implemented Interfaces:
DynamicOperand, Operand
Direct Known Subclasses:
FullTextSearchScoreImpl, LengthImpl, LowerCaseImpl, NodeLocalNameImpl, NodeNameImpl, PropertyValueImpl, UpperCaseImpl

public abstract class DynamicOperandImpl
extends AbstractQOMNode
implements DynamicOperand

DynamicOperandImpl...


Field Summary
 
Fields inherited from class org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
resolver
 
Constructor Summary
DynamicOperandImpl(NamePathResolver resolver, Name selectorName)
           
 
Method Summary
 String getSelectorName()
          Gets the name of the selector against which to evaluate this operand.
 Name getSelectorQName()
          Gets the name of the selector against which to evaluate this operand.
 
Methods inherited from class org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
accept, getJCRName, getJCRPath, protect, quote, quote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicOperandImpl

public DynamicOperandImpl(NamePathResolver resolver,
                          Name selectorName)
Method Detail

getSelectorName

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

Returns:
the selector name; non-null

getSelectorQName

public Name getSelectorQName()
Gets the name of the selector against which to evaluate this operand.

Returns:
the selector name; non-null


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