org.springmodules.validation.valang.functions
Class DivideFunction
java.lang.Object
  
org.springmodules.validation.valang.functions.AbstractMathFunction
      
org.springmodules.validation.valang.functions.DivideFunction
- All Implemented Interfaces: 
 - Function
 
public class DivideFunction
- extends AbstractMathFunction
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DivideFunction
public DivideFunction(Function leftFunction,
                      Function rightFunction,
                      int line,
                      int column)
getResult
public Object getResult(Object target)
- Description copied from interface: 
Function 
Gets the result of the function.
- Parameters:
 target - the target bean
- Returns:
 - the result of the function
 
 
Copyright © 2009. All Rights Reserved.