public enum SecondScreenLabels extends java.lang.Enum<SecondScreenLabels> implements android.os.Parcelable
Enum Constant and Description |
---|
CANCEL |
CONFIRM |
DEFAULT |
EMAIL |
ENTER |
OK |
PHONE |
QR_CODE |
SEND |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<SecondScreenLabels> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
static SecondScreenLabels |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SecondScreenLabels[] |
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 SecondScreenLabels DEFAULT
public static final SecondScreenLabels QR_CODE
public static final SecondScreenLabels EMAIL
public static final SecondScreenLabels PHONE
public static final SecondScreenLabels OK
public static final SecondScreenLabels ENTER
public static final SecondScreenLabels CONFIRM
public static final SecondScreenLabels SEND
public static final SecondScreenLabels CANCEL
public static android.os.Parcelable.Creator<SecondScreenLabels> CREATOR
public static SecondScreenLabels[] values()
for (SecondScreenLabels c : SecondScreenLabels.values()) System.out.println(c);
public static SecondScreenLabels 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 int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable