| org.jscience.economics.money.Money
Money | public interface Money extends Quantity(Code) | | This interface represents something generally accepted as a medium of
exchange, a measure of value, or a means of payment. The units for money
quantities is of type
Currency .
author: Jean-Marie Dautelle version: 3.0, February 13, 2006 |
Field Summary | |
final public static BaseUnit<Money> | BASE_UNIT Holds the base unit for money quantities (symbol "¤", currency symbol). |
BASE_UNIT | final public static BaseUnit<Money> BASE_UNIT(Code) | | Holds the base unit for money quantities (symbol "¤", currency symbol).
|
|
|