org.modeshape.jcr.query.qom
Class JcrNodeLocalName

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

public class JcrNodeLocalName
extends NodeLocalName
implements NodeLocalName, JcrDynamicOperand

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

See Also:
Serialized Form

Constructor Summary
JcrNodeLocalName(SelectorName selectorName)
           
 
Method Summary
 String getSelectorName()
          
 
Methods inherited from class org.modeshape.graph.query.model.NodeLocalName
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

JcrNodeLocalName

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

getSelectorName

public String getSelectorName()

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


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