public enum IMFRemoteSearch extends Enum<IMFRemoteSearch>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Map<org.javamoney.moneta.internal.convert.IMFHistoricalType,InputStream> |
getResources(java.time.YearMonth yearMonth) |
static IMFRemoteSearch |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Map<org.javamoney.moneta.internal.convert.IMFHistoricalType,InputStream> getResources(java.time.YearMonth yearMonth)
Copyright © 2012-2016 JavaMoney. All Rights Reserved.