Class EUR

java.lang.Object
com.truebubo.maniflow.money.CurrencyTypes.Money<EUR>
com.truebubo.maniflow.money.CurrencyTypes.EUR

public final class EUR extends Money<EUR>
Euro
  • Field Details

    • Cent

      public static final EUR Cent
      Small unit of currency
    • Euro

      public static final EUR Euro
      Large unit of currency
  • Method Details

    • make

      public EUR make(BigDecimal amount)
      Description copied from class: Money
      Used to force children to give us their instance
      Specified by:
      make in class Money<EUR>
      Parameters:
      amount - How much of a currency do we own
      Returns:
      Money in given currency