Class PropertyValueImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.query.qom.DynamicOperandImpl
-
- org.apache.jackrabbit.oak.jcr.query.qom.PropertyValueImpl
-
- All Implemented Interfaces:
DynamicOperand
,Operand
,PropertyValue
public class PropertyValueImpl extends DynamicOperandImpl implements PropertyValue
The implementation of the corresponding JCR interface.
-
-
Constructor Summary
Constructors Constructor Description PropertyValueImpl(String selectorName, String propertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPropertyName()
String
getSelectorName()
protected String
protect(Object expression)
protected String
quoteColumnName(String name)
protected String
quoteNodeTypeName(String name)
protected String
quotePath(String path)
protected String
quotePropertyName(String name)
protected String
quoteSelectorName(String name)
String
toString()
-
-
-
Method Detail
-
getSelectorName
public String getSelectorName()
- Specified by:
getSelectorName
in interfacePropertyValue
-
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyName
in interfacePropertyValue
-
-