org.modeshape.jcr.query.qom
Class JcrLowerCase

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

public class JcrLowerCase
extends LowerCase
implements LowerCase, JcrDynamicOperand

Implementation of the lower case dynamic operand for the JCR Query Object Model and the Graph API.

See Also:
Serialized Form

Constructor Summary
JcrLowerCase(JcrDynamicOperand operand)
           
 
Method Summary
 JcrDynamicOperand getOperand()
          
 
Methods inherited from class org.modeshape.graph.query.model.LowerCase
accept, equals, hashCode, operand, 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

JcrLowerCase

public JcrLowerCase(JcrDynamicOperand operand)
Parameters:
operand -
Method Detail

getOperand

public JcrDynamicOperand getOperand()

Specified by:
getOperand in interface LowerCase
See Also:
LowerCase.getOperand()


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