org.modeshape.jcr.query.qom
Class JcrBindVariableName

java.lang.Object
  extended by org.modeshape.graph.query.model.BindVariableName
      extended by org.modeshape.jcr.query.qom.JcrBindVariableName
All Implemented Interfaces:
Serializable, BindVariableValue, Operand, LanguageObject, StaticOperand, Visitable, JcrStaticOperand

public class JcrBindVariableName
extends BindVariableName
implements BindVariableValue, JcrStaticOperand

Implementation of the bind variable name static operand for the JCR Query Object Model and the Graph API.

See Also:
Serialized Form

Constructor Summary
JcrBindVariableName(String variableName)
           
 
Method Summary
 String getBindVariableName()
          
 
Methods inherited from class org.modeshape.graph.query.model.BindVariableName
accept, equals, hashCode, toString, variableName
 
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

JcrBindVariableName

public JcrBindVariableName(String variableName)
Parameters:
variableName -
Method Detail

getBindVariableName

public String getBindVariableName()

Specified by:
getBindVariableName in interface BindVariableValue
See Also:
BindVariableValue.getBindVariableName()


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