public enum SchemeLocalType extends java.lang.Enum<SchemeLocalType>
| Enum Constant and Description |
|---|
CARTES_BANCAIRES |
MADA |
OMANNET |
| 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="cartes_bancaires") public static final SchemeLocalType CARTES_BANCAIRES
@SerializedName(value="mada") public static final SchemeLocalType MADA
@SerializedName(value="omannet") public static final SchemeLocalType OMANNET
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