ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.modeshape.jcr.api.query.qom.ArithmeticOperand

Packages that use ArithmeticOperand
org.modeshape.jcr.api.query.qom   
org.modeshape.jcr.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
 

Uses of ArithmeticOperand in org.modeshape.jcr.api.query.qom
 

Methods in org.modeshape.jcr.api.query.qom that return ArithmeticOperand
 ArithmeticOperand QueryObjectModelFactory.add(DynamicOperand left, DynamicOperand right)
          Create an arithmetic dynamic operand that adds the numeric value of the two supplied operand(s).
 ArithmeticOperand QueryObjectModelFactory.divide(DynamicOperand left, DynamicOperand right)
          Create an arithmetic dynamic operand that divides the numeric value of the first operand by the numeric value of the second.
 ArithmeticOperand QueryObjectModelFactory.multiply(DynamicOperand left, DynamicOperand right)
          Create an arithmetic dynamic operand that multplies the numeric value of the first operand by the numeric value of the second.
 ArithmeticOperand QueryObjectModelFactory.subtract(DynamicOperand left, DynamicOperand right)
          Create an arithmetic dynamic operand that subtracts the numeric value of the second operand from the numeric value of the first.
 

Uses of ArithmeticOperand in org.modeshape.jcr.query.model
 

Classes in org.modeshape.jcr.query.model that implement ArithmeticOperand
 class ArithmeticOperand
          A dynamic operand that represents a (binary) arithmetic operation upon one or more other operands, used in Comparison and Ordering components.
 


ModeShape Distribution 3.0.0.Beta4

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