public static enum DukptPlaceholderData.MessageFieldIDType extends java.lang.Enum<DukptPlaceholderData.MessageFieldIDType> implements android.os.Parcelable
Enum Constant and Description |
---|
CHECK_VALUE |
CHECK_VALUE_KSN |
TRACK_ONE_DATA |
TRACK1_KSN |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<DukptPlaceholderData.MessageFieldIDType> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
byte |
getId() |
static DukptPlaceholderData.MessageFieldIDType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DukptPlaceholderData.MessageFieldIDType[] |
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 DukptPlaceholderData.MessageFieldIDType TRACK_ONE_DATA
public static final DukptPlaceholderData.MessageFieldIDType CHECK_VALUE
public static final DukptPlaceholderData.MessageFieldIDType TRACK1_KSN
public static final DukptPlaceholderData.MessageFieldIDType CHECK_VALUE_KSN
public static android.os.Parcelable.Creator<DukptPlaceholderData.MessageFieldIDType> CREATOR
public static DukptPlaceholderData.MessageFieldIDType[] values()
for (DukptPlaceholderData.MessageFieldIDType c : DukptPlaceholderData.MessageFieldIDType.values()) System.out.println(c);
public static DukptPlaceholderData.MessageFieldIDType 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 byte getId()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable