public static enum Creditor.SchemeIdentifier.Scheme extends java.lang.Enum<Creditor.SchemeIdentifier.Scheme>
Enum Constant and Description |
---|
AUTOGIRO |
BACS |
BECS |
BECS_NZ |
BETALINGSSERVICE |
SEPA |
Modifier and Type | Method and Description |
---|---|
static Creditor.SchemeIdentifier.Scheme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Creditor.SchemeIdentifier.Scheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="autogiro") public static final Creditor.SchemeIdentifier.Scheme AUTOGIRO
@SerializedName(value="bacs") public static final Creditor.SchemeIdentifier.Scheme BACS
@SerializedName(value="becs") public static final Creditor.SchemeIdentifier.Scheme BECS
@SerializedName(value="becs_nz") public static final Creditor.SchemeIdentifier.Scheme BECS_NZ
@SerializedName(value="betalingsservice") public static final Creditor.SchemeIdentifier.Scheme BETALINGSSERVICE
@SerializedName(value="sepa") public static final Creditor.SchemeIdentifier.Scheme SEPA
public static Creditor.SchemeIdentifier.Scheme[] values()
for (Creditor.SchemeIdentifier.Scheme c : Creditor.SchemeIdentifier.Scheme.values()) System.out.println(c);
public static Creditor.SchemeIdentifier.Scheme 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