Uses of Class
org.modeshape.jcr.xpath.XPathToQueryTranslator.DepthMode

Packages that use XPathToQueryTranslator.DepthMode
org.modeshape.jcr.xpath The components used to parse JCR XPath queries and translate them into equivalent JCR-SQL2 queries. 
 

Uses of XPathToQueryTranslator.DepthMode in org.modeshape.jcr.xpath
 

Fields in org.modeshape.jcr.xpath declared as XPathToQueryTranslator.DepthMode
protected  XPathToQueryTranslator.DepthMode XPathToQueryTranslator.RelativePathLikeExpressions.depthMode
           
 

Methods in org.modeshape.jcr.xpath that return XPathToQueryTranslator.DepthMode
static XPathToQueryTranslator.DepthMode XPathToQueryTranslator.DepthMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XPathToQueryTranslator.DepthMode[] XPathToQueryTranslator.DepthMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.modeshape.jcr.xpath with parameters of type XPathToQueryTranslator.DepthMode
XPathToQueryTranslator.RelativePathLikeExpressions(String[] paths, int depth, XPathToQueryTranslator.DepthMode depthMode)
           
 



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