public enum IMFRemoteSearch extends java.lang.Enum<IMFRemoteSearch>
| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<org.javamoney.moneta.convert.imf.IMFHistoricalType,java.io.InputStream> |
getResources(java.time.YearMonth yearMonth,
java.lang.String userAgent) |
|
static IMFRemoteSearch |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static IMFRemoteSearch[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IMFRemoteSearch INSTANCE
public static IMFRemoteSearch[] values()
for (IMFRemoteSearch c : IMFRemoteSearch.values()) System.out.println(c);
public static IMFRemoteSearch valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.util.Map<org.javamoney.moneta.convert.imf.IMFHistoricalType,java.io.InputStream> getResources(java.time.YearMonth yearMonth, java.lang.String userAgent)
Copyright © 2012-2018 JavaMoney. All Rights Reserved.