org.apache.openjpa.kernel.exps
Class Multiply

java.lang.Object
  extended by org.apache.openjpa.kernel.exps.Val
      extended by org.apache.openjpa.kernel.exps.MathVal
          extended by org.apache.openjpa.kernel.exps.Multiply
All Implemented Interfaces:
Serializable, Value

 class Multiply
extends MathVal

Value produced by two values being multiplied together.

Author:
Abe White

Constructor Summary
Multiply(Val val1, Val val2)
          Constructor.
 
Method Summary
protected  Object operate(Object o1, Class c1, Object o2, Class c2)
          Return the result of this mathematical operation on the two values.
 
Methods inherited from class org.apache.openjpa.kernel.exps.MathVal
acceptVisit, eval, getType, setImplicitType
 
Methods inherited from class org.apache.openjpa.kernel.exps.Val
eval, evaluate, evaluate, getAlias, getMetaData, getName, getPath, getSelectAs, isAggregate, isVariable, isXPath, setAlias, setMetaData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Multiply

public Multiply(Val val1,
                Val val2)
Constructor. Provide the values to multiply.

Method Detail

operate

protected Object operate(Object o1,
                         Class c1,
                         Object o2,
                         Class c2)
Description copied from class: MathVal
Return the result of this mathematical operation on the two values.

Specified by:
operate in class MathVal


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.