public enum TxType extends Enum<TxType> implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Enum Constant and Description |
---|
ACTIVATE |
ADJUST |
AUTH |
BALANCE_LOCK |
BATCHCLOSE |
CASHOUT |
CASHOUT_ACTIVE_STATUS |
GETBALANCE |
INTERNET_ACTIVATE |
LOAD |
NAKEDREFUND |
PREAUTH |
PREAUTHCAPTURE |
REDEMPTION |
REDEMPTION_UNLOCK |
REFUND |
RELOAD |
RETURN |
VOID |
VOIDRETURN |
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<TxType> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
static TxType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TxType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writeToParcel(Parcel dest,
int flags) |
public static final TxType AUTH
public static final TxType PREAUTH
public static final TxType PREAUTHCAPTURE
public static final TxType ADJUST
public static final TxType VOID
public static final TxType VOIDRETURN
public static final TxType RETURN
public static final TxType REFUND
public static final TxType NAKEDREFUND
public static final TxType GETBALANCE
public static final TxType BATCHCLOSE
public static final TxType ACTIVATE
public static final TxType BALANCE_LOCK
public static final TxType LOAD
public static final TxType CASHOUT
public static final TxType CASHOUT_ACTIVE_STATUS
public static final TxType REDEMPTION
public static final TxType REDEMPTION_UNLOCK
public static final TxType RELOAD
public static final TxType INTERNET_ACTIVATE
public static final Parcelable.Creator<TxType> CREATOR
public static TxType[] values()
for (TxType c : TxType.values()) System.out.println(c);
public static TxType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable