Uses of Class
org.jboss.dna.graph.query.model.ArithmeticOperator.Arity

Packages that use ArithmeticOperator.Arity
org.jboss.dna.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
 

Uses of ArithmeticOperator.Arity in org.jboss.dna.graph.query.model
 

Methods in org.jboss.dna.graph.query.model that return ArithmeticOperator.Arity
 ArithmeticOperator.Arity ArithmeticOperator.getArity()
          Get the 'arity' of the operator.
static ArithmeticOperator.Arity ArithmeticOperator.Arity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ArithmeticOperator.Arity[] ArithmeticOperator.Arity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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