Interface Money

  • All Superinterfaces:
    Quantity

    public interface Money
    extends Quantity
    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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static BaseUnit<Money> BASE_UNIT
      Holds the base unit for money quantities (symbol "¤", currency symbol).
    • Field Detail

      • BASE_UNIT

        static final BaseUnit<Money> BASE_UNIT
        Holds the base unit for money quantities (symbol "¤", currency symbol).