Holger's
Java API

Uses of Class
com.antelmann.math.CurrencyUnit

Packages that use CurrencyUnit
com.antelmann.math This package contains classes to ease calculations. 
 

Uses of CurrencyUnit in com.antelmann.math
 

Methods in com.antelmann.math that return CurrencyUnit
static CurrencyUnit CurrencyUnit.asUnit(Currency c)
          preferred method to obtain a CurrencyUnit instance, as it provides the same object for a currency
static CurrencyUnit CurrencyUnit.fromSymbol(String symbol)
           
 CurrencyUnit Money.getUnit()
           
 

Methods in com.antelmann.math that return types with arguments of type CurrencyUnit
 Measure<CurrencyUnit> Money.toMeasure()
           
 

Constructors in com.antelmann.math with parameters of type CurrencyUnit
Money(BigDecimal value, CurrencyUnit currency)
          constructor that is called by all others
Money(Number value, CurrencyUnit currency)
           
WrongCurrencyException(CurrencyUnit unit)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads