Uses of Class
net.webservicex.currencyconverter.Currency

Uses of Currency in net.webservicex.currencyconverter
 

Fields in net.webservicex.currencyconverter declared as Currency
protected  Currency ConversionRate.fromCurrency
           
protected  Currency ConversionRate.toCurrency
           
 

Methods in net.webservicex.currencyconverter that return Currency
static Currency Currency.fromValue(String v)
           
 Currency ConversionRate.getFromCurrency()
          Gets the value of the fromCurrency property.
 Currency ConversionRate.getToCurrency()
          Gets the value of the toCurrency property.
static Currency Currency.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Currency[] Currency.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.webservicex.currencyconverter with parameters of type Currency
 void ConversionRate.setFromCurrency(Currency value)
          Sets the value of the fromCurrency property.
 void ConversionRate.setToCurrency(Currency value)
          Sets the value of the toCurrency property.
 



Copyright © 2011 jbundle.org. All Rights Reserved.