public final class QueryTypes extends Object
| Modifier and Type | Field and Description |
|---|---|
static javax.money.QueryType |
CONVERSION_HIST_QUERY
Default QueryType for accessing an historic
CurrencyConversion. |
static javax.money.QueryType |
CONVERSION_QUERY
Default QueryType for accessing an
CurrencyConversion. |
static javax.money.QueryType |
RATE_HIST_QUERY
Default QueryType for accessing an historic
ExchangeRate. |
static javax.money.QueryType |
RATE_QUERY
Default QueryType for accessing an
ExchangeRate. |
static javax.money.QueryType |
ROUNDING_CURRENCY_QUERY
Default QueryType for accessing an
ExchangeRate. |
static javax.money.QueryType |
ROUNDING_MATH_QUERY
Default QueryType for accessing an
ExchangeRate. |
static javax.money.QueryType |
ROUNDING_NAMED_QUERY
Default QueryType for accessing an
ExchangeRate. |
| Modifier and Type | Method and Description |
|---|---|
static Set<javax.money.QueryType> |
from(javax.money.QueryType... queryTypes) |
static javax.money.QueryType |
of(String name,
Class<? extends javax.money.AbstractQuery> queryType,
String... params) |
public static final javax.money.QueryType RATE_QUERY
ExchangeRate.public static final javax.money.QueryType RATE_HIST_QUERY
ExchangeRate.public static final javax.money.QueryType CONVERSION_QUERY
CurrencyConversion.public static final javax.money.QueryType CONVERSION_HIST_QUERY
CurrencyConversion.public static final javax.money.QueryType ROUNDING_CURRENCY_QUERY
ExchangeRate.public static final javax.money.QueryType ROUNDING_MATH_QUERY
ExchangeRate.public static final javax.money.QueryType ROUNDING_NAMED_QUERY
ExchangeRate.Copyright © 2012-2014 JavaMoney. All Rights Reserved.