Class UpperCaseImpl
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.UpperCaseImpl
- All Implemented Interfaces:
DynamicOperand,Operand,UpperCase
UpperCaseImpl...-
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 operand whose value is converted to a upper-case string.toString()Methods inherited from class org.apache.jackrabbit.spi.commons.query.qom.DynamicOperandImpl
getSelectorName, getSelectorQName
-
Method Details
-
getOperand
Gets the operand whose value is converted to a upper-case string.- Specified by:
getOperandin interfaceUpperCase- Returns:
- the operand; 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
-