public enum SchemeLocalType extends java.lang.Enum<SchemeLocalType>
| Enum Constant and Description |
|---|
ACCEL |
CARTES_BANCAIRES |
MADA |
NYCE |
OMANNET |
PULSE |
STAR |
UPI |
| Modifier and Type | Method and Description |
|---|---|
static SchemeLocalType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchemeLocalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="accel") public static final SchemeLocalType ACCEL
@SerializedName(value="cartes_bancaires") public static final SchemeLocalType CARTES_BANCAIRES
@SerializedName(value="mada") public static final SchemeLocalType MADA
@SerializedName(value="nyce") public static final SchemeLocalType NYCE
@SerializedName(value="omannet") public static final SchemeLocalType OMANNET
@SerializedName(value="pulse") public static final SchemeLocalType PULSE
@SerializedName(value="star") public static final SchemeLocalType STAR
@SerializedName(value="upi") public static final SchemeLocalType UPI
public static SchemeLocalType[] values()
for (SchemeLocalType c : SchemeLocalType.values()) System.out.println(c);
public static SchemeLocalType 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