ariba.ui.validation
Interface GenericMoneyFormatter.MoneyConverter

Enclosing class:
GenericMoneyFormatter

public static interface GenericMoneyFormatter.MoneyConverter


Method Summary
 java.lang.Object convertToCurrency(java.lang.Object toCurrency, java.lang.Object money)
          Converts a money into another currency.
 

Method Detail

convertToCurrency

java.lang.Object convertToCurrency(java.lang.Object toCurrency,
                                   java.lang.Object money)
Converts a money into another currency.

Parameters:
toCurrency - The currency to convert to.
money - The money to convert.
Returns:
The converted money


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.