public enum TransactionUserInterfaceType extends java.lang.Enum<TransactionUserInterfaceType> implements android.os.Parcelable
| Enum Constant and Description |
|---|
IFRAME |
MOBILE_SDK |
PAYMENT_PAGE |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<TransactionUserInterfaceType> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
static TransactionUserInterfaceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransactionUserInterfaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final TransactionUserInterfaceType IFRAME
public static final TransactionUserInterfaceType PAYMENT_PAGE
public static final TransactionUserInterfaceType MOBILE_SDK
public static final android.os.Parcelable.Creator<TransactionUserInterfaceType> CREATOR
public static TransactionUserInterfaceType[] values()
for (TransactionUserInterfaceType c : TransactionUserInterfaceType.values()) System.out.println(c);
public static TransactionUserInterfaceType 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 nullpublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic int describeContents()
describeContents in interface android.os.Parcelable