org.modeshape.graph.query
Class QueryBuilder.AndBuilder<T>

java.lang.Object
  extended by org.modeshape.graph.query.QueryBuilder.AndBuilder<T>
Enclosing class:
QueryBuilder

public class QueryBuilder.AndBuilder<T>
extends Object


Constructor Summary
protected QueryBuilder.AndBuilder(T object)
           
 
Method Summary
 T and()
          Return the component
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryBuilder.AndBuilder

protected QueryBuilder.AndBuilder(T object)
Method Detail

and

public T and()
Return the component

Returns:
the component; never null


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