Package | Description |
---|---|
com.knowgate.currency |
Currency Type
|
Modifier and Type | Field and Description |
---|---|
static CurrencyCode |
CurrencyCode.CNY |
static CurrencyCode |
CurrencyCode.EUR |
static CurrencyCode |
CurrencyCode.GBP |
static CurrencyCode |
CurrencyCode.JPY |
static CurrencyCode |
CurrencyCode.RUB |
static CurrencyCode |
CurrencyCode.USD |
Modifier and Type | Method and Description |
---|---|
CurrencyCode |
Money.currencyCode() |
static CurrencyCode |
CurrencyCode.currencyCodeFor(int iNumCode) |
static CurrencyCode |
CurrencyCode.currencyCodeFor(String sAlphaCode)
Get CurrencyCode for a 3 letter currency identifier
|
Modifier and Type | Method and Description |
---|---|
Money |
Money.convertTo(CurrencyCode oTarget,
BigDecimal oRatio)
Convert this money to another currency
|
boolean |
CurrencyCode.equals(CurrencyCode oCurCod)
Two currencies will be the same if the have the same alphaCode()
|
Constructor and Description |
---|
Money(BigDecimal oVal,
CurrencyCode oCur)
Constructor
|
Money(BigInteger oVal,
CurrencyCode oCur)
Constructor
|
Money(double dVal,
CurrencyCode oCur)
Constructor
|
Money(String sVal,
CurrencyCode oCur)
Constructor
|
Copyright © 2001–2019 KnowGate. All rights reserved.