public static enum Creditor.SchemeIdentifier.Currency extends java.lang.Enum<Creditor.SchemeIdentifier.Currency>
| Modifier and Type | Method and Description |
|---|---|
static Creditor.SchemeIdentifier.Currency |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Creditor.SchemeIdentifier.Currency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="AUD") public static final Creditor.SchemeIdentifier.Currency AUD
@SerializedName(value="DKK") public static final Creditor.SchemeIdentifier.Currency DKK
@SerializedName(value="EUR") public static final Creditor.SchemeIdentifier.Currency EUR
@SerializedName(value="GBP") public static final Creditor.SchemeIdentifier.Currency GBP
@SerializedName(value="NZD") public static final Creditor.SchemeIdentifier.Currency NZD
@SerializedName(value="SEK") public static final Creditor.SchemeIdentifier.Currency SEK
public static Creditor.SchemeIdentifier.Currency[] values()
for (Creditor.SchemeIdentifier.Currency c : Creditor.SchemeIdentifier.Currency.values()) System.out.println(c);
public static Creditor.SchemeIdentifier.Currency 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 null