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