public abstract class CurrencySearch
extends java.lang.Object
Constructor and Description |
---|
CurrencySearch() |
CurrencySearch(CurrencyType.Type currencyType) |
CurrencySearch(int currencyType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(CurrencyType curr)
Returns the String representation of the given currency.
|
boolean |
matches(CurrencyType curr)
Returns true iff the given currency matches the current search or filter.
|
void |
setType(CurrencyType.Type currencyType) |
public CurrencySearch()
public CurrencySearch(int currencyType)
public CurrencySearch(CurrencyType.Type currencyType)
public void setType(CurrencyType.Type currencyType)
public boolean matches(CurrencyType curr)
public java.lang.String format(CurrencyType curr)