Class LengthImpl
java.lang.Object
org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
org.apache.jackrabbit.spi.commons.query.qom.DynamicOperandImpl
org.apache.jackrabbit.spi.commons.query.qom.LengthImpl
- All Implemented Interfaces:
DynamicOperand,Length,Operand
LengthImpl...-
Method Summary
Modifier and TypeMethodDescriptionaccept(QOMTreeVisitor visitor, Object data) Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.Gets the property value for which to compute the length.toString()Methods inherited from class org.apache.jackrabbit.spi.commons.query.qom.DynamicOperandImpl
getSelectorName, getSelectorQName
-
Method Details
-
getPropertyValue
Gets the property value for which to compute the length.- Specified by:
getPropertyValuein interfaceLength- Returns:
- the property value; non-null
-
accept
Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.- Specified by:
acceptin classAbstractQOMNode- Parameters:
visitor- the visitor.data- user defined data, which is passed to the visit method.- Throws:
Exception
-
toString
-