Package javax.jcr.query.qom
Interface LowerCase
- All Superinterfaces:
DynamicOperand,Operand
- All Known Implementing Classes:
LowerCaseImpl
Evaluates to the lower-case string value (or values, if multi-valued) of
operand.
If operand does not evaluate to a string value, its value
is first converted to a string. The lower-case string value is computed as
though the toLowerCase() method of java.lang.String
were called.
If operand evaluates to null, the LowerCase
operand also evaluates to null.
- Since:
- JCR 2.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the operand whose value is converted to a lower-case string.
-
Method Details
-
getOperand
DynamicOperand getOperand()Gets the operand whose value is converted to a lower-case string.- Returns:
- the operand; non-null
-