org.modeshape.jcr.query.qom
Class JcrUpperCase

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

public class JcrUpperCase
extends UpperCase
implements UpperCase, JcrDynamicOperand

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

See Also:
Serialized Form

Constructor Summary
JcrUpperCase(JcrDynamicOperand operand)
           
 
Method Summary
 JcrDynamicOperand getOperand()
          
 
Methods inherited from class org.modeshape.graph.query.model.UpperCase
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

JcrUpperCase

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

getOperand

public JcrDynamicOperand getOperand()

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


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