Uses of Class
org.modeshape.cnd.QueryOperator

Packages that use QueryOperator
org.modeshape.cnd Compact Node Definition (CND) defines JCR node types, property definitions, and child node definitions in a concise and easy-to-read form. 
 

Uses of QueryOperator in org.modeshape.cnd
 

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

Methods in org.modeshape.cnd that return types with arguments of type QueryOperator
static Iterator<QueryOperator> QueryOperator.iterator()
          Return an iterator over all the operator enumeration literals.
 



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