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

Packages that use ArithmeticOperand
org.modeshape.jcr.api.query.qom   
org.modeshape.jcr.query.qom   
 

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.qom
 

Classes in org.modeshape.jcr.query.qom that implement ArithmeticOperand
 class JcrArithmeticOperand
           
 

Methods in org.modeshape.jcr.query.qom that return ArithmeticOperand
 ArithmeticOperand JcrQueryObjectModelFactory.add(DynamicOperand left, DynamicOperand right)
          Create an arithmetic dynamic operand that adds the numeric value of the two supplied operand(s).
 ArithmeticOperand JcrQueryObjectModelFactory.arithmeticOperand(DynamicOperand left, ArithmeticOperator operator, DynamicOperand right)
           
 ArithmeticOperand JcrQueryObjectModelFactory.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 JcrQueryObjectModelFactory.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 JcrQueryObjectModelFactory.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.
 



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