org.modeshape.jcr.query.qom
Class JcrPropertyValue
java.lang.Object
   org.modeshape.graph.query.model.PropertyValue
org.modeshape.graph.query.model.PropertyValue
       org.modeshape.jcr.query.qom.JcrPropertyValue
org.modeshape.jcr.query.qom.JcrPropertyValue
- All Implemented Interfaces: 
- Serializable, Operand, PropertyValue, DynamicOperand, LanguageObject, Visitable, JcrDynamicOperand
- public class JcrPropertyValue 
- extends PropertyValue- implements PropertyValue, JcrDynamicOperand
 
Implementation of the property value dynamic operand for the JCR Query Object Model and the Graph API.
- See Also:
- Serialized Form
 
 
 
 
 
| Methods inherited from interface org.modeshape.graph.query.model.Visitable | 
| accept | 
 
JcrPropertyValue
public JcrPropertyValue(SelectorName selectorName,
                        String propertyName)
- Parameters:
- selectorName-
- propertyName-
getPropertyName
public String getPropertyName()
- 
 
- 
- Specified by:
- getPropertyNamein interface- PropertyValue
 
- 
- See Also:
- PropertyValue.getPropertyName()
 
getSelectorName
public String getSelectorName()
- 
 
- 
- Specified by:
- getSelectorNamein interface- PropertyValue
 
- 
- See Also:
- PropertyValue.getSelectorName()
 
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.