net.sf.jec.functions
Class CurrencyFunction

java.lang.Object
  extended bynet.sf.jec.Function
      extended bynet.sf.jec.functions.CurrencyFunction

public class CurrencyFunction
extends Function

Author:
mballesteros

Constructor Summary
CurrencyFunction()
          Creates a new instance of CurrencyFunction
CurrencyFunction(CurrencyFormat cf)
           
 
Method Summary
 java.lang.Object directMap(java.lang.Object[] object)
          Direct map: the direct conversion
 java.lang.Object inverseMap(java.lang.Object[] object)
          Inverse map: the inverse conversion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrencyFunction

public CurrencyFunction()
Creates a new instance of CurrencyFunction


CurrencyFunction

public CurrencyFunction(CurrencyFormat cf)
Method Detail

inverseMap

public java.lang.Object inverseMap(java.lang.Object[] object)
Inverse map: the inverse conversion

Specified by:
inverseMap in class Function
Parameters:
object - The source object array
Returns:
The result object after applying the inverse map

directMap

public java.lang.Object directMap(java.lang.Object[] object)
Direct map: the direct conversion

Specified by:
directMap in class Function
Parameters:
object - The source object array
Returns:
The result object after applying the map


Copyright © 2003 SourceForge. All Rights Reserved.