org.modeshape.jcr.query.qom
Class JcrChildNode

java.lang.Object
  extended by org.modeshape.graph.query.model.ChildNode
      extended by org.modeshape.jcr.query.qom.JcrChildNode
All Implemented Interfaces:
Serializable, ChildNode, Constraint, LanguageObject, Visitable, JcrConstraint

public class JcrChildNode
extends ChildNode
implements ChildNode, JcrConstraint

Implementation of the child node constraint for the JCR Query Object Model and the Graph API.

See Also:
Serialized Form

Constructor Summary
JcrChildNode(SelectorName selectorName, String parentPath)
           
 
Method Summary
 String getParentPath()
          
 String getSelectorName()
          
 
Methods inherited from class org.modeshape.graph.query.model.ChildNode
accept, equals, hashCode, parentPath, selectorName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.modeshape.graph.query.model.Visitable
accept
 

Constructor Detail

JcrChildNode

public JcrChildNode(SelectorName selectorName,
                    String parentPath)
Parameters:
selectorName -
parentPath -
Method Detail

getParentPath

public String getParentPath()

Specified by:
getParentPath in interface ChildNode
See Also:
ChildNode.getParentPath()

getSelectorName

public String getSelectorName()

Specified by:
getSelectorName in interface ChildNode
See Also:
PropertyValue.getSelectorName()


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.