org.modeshape.jcr.query.qom
Class JcrNodeName

java.lang.Object
  extended by org.modeshape.graph.query.model.NodeName
      extended by org.modeshape.jcr.query.qom.JcrNodeName
All Implemented Interfaces:
Serializable, NodeName, Operand, DynamicOperand, LanguageObject, Visitable, JcrDynamicOperand

public class JcrNodeName
extends NodeName
implements NodeName, JcrDynamicOperand

Implementation of the node name dynamic operand for the JCR Query Object Model and the Graph API.

See Also:
Serialized Form

Constructor Summary
JcrNodeName(SelectorName selectorName)
           
 
Method Summary
 String getSelectorName()
          
 
Methods inherited from class org.modeshape.graph.query.model.NodeName
accept, equals, hashCode, selectorName, selectorNames, 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.DynamicOperand
selectorNames
 
Methods inherited from interface org.modeshape.graph.query.model.Visitable
accept
 

Constructor Detail

JcrNodeName

public JcrNodeName(SelectorName selectorName)
Parameters:
selectorName -
Method Detail

getSelectorName

public String getSelectorName()

Specified by:
getSelectorName in interface NodeName
See Also:
NodeLocalName.getSelectorName()


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