public enum ChargeAttemptEnvironment extends java.lang.Enum<ChargeAttemptEnvironment> implements android.os.Parcelable
| Enum Constant and Description |
|---|
PRODUCTION |
TEST |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ChargeAttemptEnvironment> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
static ChargeAttemptEnvironment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChargeAttemptEnvironment[] |
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 ChargeAttemptEnvironment PRODUCTION
public static final ChargeAttemptEnvironment TEST
public static final android.os.Parcelable.Creator<ChargeAttemptEnvironment> CREATOR
public static ChargeAttemptEnvironment[] values()
for (ChargeAttemptEnvironment c : ChargeAttemptEnvironment.values()) System.out.println(c);
public static ChargeAttemptEnvironment 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