org.modeshape.graph.query
Class QueryBuilder.UpperCaser

java.lang.Object
  extended by org.modeshape.graph.query.QueryBuilder.ConstraintBuilder
      extended by org.modeshape.graph.query.QueryBuilder.UpperCaser
All Implemented Interfaces:
QueryBuilder.DynamicOperandBuilder
Enclosing class:
QueryBuilder

protected class QueryBuilder.UpperCaser
extends QueryBuilder.ConstraintBuilder

A specialized form of the QueryBuilder.ConstraintBuilder that always wraps the generated constraint in a UpperCase instance.


Constructor Summary
protected QueryBuilder.UpperCaser(QueryBuilder.ConstraintBuilder delegate)
           
 
Method Summary
protected  QueryBuilder.ConstraintBuilder setConstraint(Constraint constraint)
           
 
Methods inherited from class org.modeshape.graph.query.QueryBuilder.ConstraintBuilder
and, buildLogicalConstraint, closeParen, comparisonBuilder, depth, end, fullTextSearchScore, hasProperty, isBelowPath, isChild, isSameNode, length, lowerCaseOf, nodeLocalName, nodeName, not, openParen, or, path, propertyValue, referenceValue, referenceValue, search, search, strongReferenceValue, upperCaseOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryBuilder.UpperCaser

protected QueryBuilder.UpperCaser(QueryBuilder.ConstraintBuilder delegate)
Method Detail

setConstraint

protected QueryBuilder.ConstraintBuilder setConstraint(Constraint constraint)
Overrides:
setConstraint in class QueryBuilder.ConstraintBuilder


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